Re: stupid question about loading driver

Поиск
Список
Период
Сортировка
От Daniel Serodio
Тема Re: stupid question about loading driver
Дата
Msg-id 1043062557.21149.9.camel@kelly.ckf
обсуждение исходный текст
Ответ на Re: stupid question about loading driver  (Richard Welty <rwelty@averillpark.net>)
Список pgsql-jdbc
You could also put all your 'lib' jars in a lib/ directory, and use
relative paths in your manifest, like:

Classpath: lib/pgjdbc2.jar

[]'s
Daniel

On Sun, 2003-01-19 at 17:23, Richard Welty wrote:
> On Sun, 19 Jan 2003 10:19:58 -0800 Paul Stead <pstead@elementallogic.com> wrote:
> > Hope this helps....it took me a day of pure frustration to figure this
> > out!!
> > The Java documentation is NOT clear about this little tidbit on using
> > the -jar call.
>
> quite. i have ca. $200 or $250 in java books on my desk, huge books that in
> theory ought to cover just about everything, yet stuff like this is poorly
> documented and hard to track down, either online or in the books. it's
> quite aggravating.
>
> i've chosen to use -cp instead of -jar per one of the other postings to
> avoid the annoyance and potential non-portability of coding paths and jar
> file names in the manifest.mf file.
>
> thanks again,
>   richard
> --
> Richard Welty                                         rwelty@averillpark.net
> Averill Park Networking                                         518-573-7592
>               Unix, Linux, IP Network Engineering, Security
>
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 6: Have you searched our list archives?
>
> http://archives.postgresql.org
--
Daniel Serodio <daniel@checkforte.com.br>
CheckForte


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

Предыдущее
От: Abel Muiño
Дата:
Сообщение: Re: jdbc connection
Следующее
От: "Joel Hock"
Дата:
Сообщение: Re: insertRow and updateable resultset