Re: Deploying my application (nesting the jar)

Поиск
Список
Период
Сортировка
От Andres Olarte
Тема Re: Deploying my application (nesting the jar)
Дата
Msg-id 3fccaa690511281829j2026e47dpfe9a1474fc21259c@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Deploying my application (nesting the jar)  (Benjamin Stookey <jamstooks@yahoo.com>)
Ответы Re: Deploying my application (nesting the jar)  (Benjamin Stookey <jamstooks@yahoo.com>)
Список pgsql-jdbc
In your source folder (Source), are you including the drivers source files, or the class files (the files that you extract from the driver jar file) ??

If you are using the drivers source then your aproach should work. But if you are using the class files fomr the driver jar, it wont work.  In that case, you need to copy to the files to your build folder, or where your compiler places your compiled files.  I think this is your problem.

В списке pgsql-jdbc по дате отправления:

Предыдущее
От: Benjamin Stookey
Дата:
Сообщение: Re: Deploying my application (nesting the jar)
Следующее
От: Benjamin Stookey
Дата:
Сообщение: Re: Deploying my application (nesting the jar)