Need help installing/setting up JDBC on Solaris 10
- From: kooifei <kooifeispam(at)hotmail(dot)com>
- To: pgsql-jdbc(at)postgresql(dot)org
- Subject: Need help installing/setting up JDBC on Solaris 10
- Date: Thu, 5 Feb 2009 20:22:25 -0800 (PST)
- Message-id: <21866357.post@talk.nabble.com> <text/plain>
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.
Home |
Main Index |
Thread Index