Re: Regarding install pgsql with JDBC support

Поиск
Список
Период
Сортировка
От John Sidney-Woollett
Тема Re: Regarding install pgsql with JDBC support
Дата
Msg-id 2681.192.168.0.64.1071562174.squirrel@mercury.wardbrook.com
обсуждение исходный текст
Ответ на Regarding install pgsql with JDBC support  ("ravi kumar" <ravi_always1@rediffmail.com>)
Список pgsql-jdbc
You just need to either build the JDBC driver, or get hold of one.

If you are building from source then you need to have ANT and a Java VM
installed. You also need to set environment variables ANT_HOME, JAVA_HOME,
and place the $ANT_HOME/bin path into the system path.

Then run

./configure --with-java

this will cause the JDBC driver to be built for you. If there are any
problems with the environment variable, you will see error messages. Keep
adjusting the variables, and then re-run the ./configure --with-java
command until it works.

See this document:
http://www.postgres.org/docs/current/interactive/installation.html

If you're using an RPM the driver may already be built. It is called
postgresql.jar and normally resides in:

/usr/local/pgsql/share/java/postgresql.jar

Good luck!

John

ravi  kumar said:
> Hi,
>      Can u please tell me how to install PostgreSQL with JDBC support?
>
>      Thank you
>
> Regards,
> Ravi


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

Предыдущее
От: Kris Jurka
Дата:
Сообщение: Re: Regarding install pgsql with JDBC support
Следующее
От: "Alexey Yudichev"
Дата:
Сообщение: FW: OID, compatible=7.1 and getBinaryStream() in 7.4 driver + 7.4 database