Обсуждение: unable to find postgresql.jar

Поиск
Список
Период
Сортировка

unable to find postgresql.jar

От
Shankar Gowda
Дата:
Hello sir/madam,
  i have install postgresql 6.5.3 and unable to
configure the jdbc to it.
i have installed jdbc rpms and it gave me
/usr/lib/pgsql/jdbc6.5-1.1.jar and
/usr/lib/pgsql/jdbc6.5-1.2.jar. but, i could not find
where is postgresql.jar
or how to get postgresql.jar to include in the
classpath. so please help soon

 it seems that in the maunal it has been give use %
make to get postgresql.jar,
but i dont know in which directory to say make ?

if your have install and configured please send me,
what all instruction did you
use ?
please reply me soon at the earliest!
thanking you bye,
shankar


__________________________________________________
Do You Yahoo!?
Yahoo! Auctions - Buy the things you want at great prices! http://auctions.yahoo.com/

Re: unable to find postgresql.jar

От
Bob Kline
Дата:
On Wed, 21 Feb 2001, Shankar Gowda wrote:

> i have installed jdbc rpms and it gave me
> /usr/lib/pgsql/jdbc6.5-1.1.jar and /usr/lib/pgsql/jdbc6.5-1.2.jar.
> but, i could not find where is postgresql.jar

$ mv jdbc6.5-1.2.jar postgresql.jar

--
Bob Kline
mailto:bkline@rksystems.com
http://www.rksystems.com


Re: [INTERFACES] unable to find postgresql.jar

От
Peter Mount
Дата:
At 22:49 21/02/01 -0800, Shankar Gowda wrote:

>Hello sir/madam,
>   i have install postgresql 6.5.3 and unable to
>configure the jdbc to it.
>i have installed jdbc rpms and it gave me
>/usr/lib/pgsql/jdbc6.5-1.1.jar and
>/usr/lib/pgsql/jdbc6.5-1.2.jar. but, i could not find
>where is postgresql.jar
>or how to get postgresql.jar to include in the
>classpath. so please help soon


postgresql.jar is the generic name for the driver. However with 6.5 there
were two different versions for JDK1.1 and JDK1.2 hence two files.

Either just use the correct one or rename it to postgresql.jar. The
filename is not relevent.


>  it seems that in the maunal it has been give use %
>make to get postgresql.jar,
>but i dont know in which directory to say make ?

src/interfaces/jdbc

Peter