Need help installing/setting up JDBC on Solaris 10 - Mailing list pgsql-jdbc

From kooifei
Subject Need help installing/setting up JDBC on Solaris 10
Date
Msg-id 21866357.post@talk.nabble.com
Whole thread Raw
Responses Re: Need help installing/setting up JDBC on Solaris 10  (Kris Jurka <books@ejurka.com>)
List 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 by date:

Previous
From: David Wall
Date:
Subject: Re: JDBC Blob helper class & streaming uploaded data into PG
Next
From: Andrew Lazarus
Date:
Subject: Re: getHost()