Need help installing/setting up JDBC on Solaris 10

Поиск
Список
Период
Сортировка
От kooifei
Тема Need help installing/setting up JDBC on Solaris 10
Дата
Msg-id 21866357.post@talk.nabble.com
обсуждение исходный текст
Ответы Re: Need help installing/setting up JDBC on Solaris 10  (Kris Jurka <books@ejurka.com>)
Список pgsql-jdbc
Hi,

This is what I have done:
1) Installed Postgresql-8.3.5 -- this is functional
2) Downloaded and copied postgresql-8.3-604.jdbc3.jar to my /home/sadm
directory
3) Downloaded JDK1.5.0_17 and copied the jdk folder to my /home/sadm
directory
4) Set environment variables
export JAVA_HOME=/home/sadm/jdk1.5.0_17
export CLASSPATH=/home/sadm/postgresql-8.3-604.jdbc3.jar
5) Set configuration:
home/sadm/postgresql-8.3.5$> --with-includes=/opt/sfw/include/
--with-libraries=/opt/sfw/lib/ --with-java
LDFLAGS="-R /opt/sfw/lib"

The configuration ends without error but I get this warning message:
WARNING: option ignored: --with-java

Why can't postgresql detect my jdbc driver?

Please help! Thanks a lot!

--
View this message in context:
http://www.nabble.com/Need-help-installing-setting-up-JDBC-on-Solaris-10-tp21866357p21866357.html
Sent from the PostgreSQL - jdbc mailing list archive at Nabble.com.


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

Предыдущее
От: David Wall
Дата:
Сообщение: Re: JDBC Blob helper class & streaming uploaded data into PG
Следующее
От: Andrew Lazarus
Дата:
Сообщение: Re: getHost()