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: 2009-02-06 04:22:25
Message-ID: 21866357.post@talk.nabble.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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.

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Andrew Lazarus 2009-02-06 05:48:07 Re: getHost()
Previous Message David Wall 2009-02-05 23:57:40 Re: JDBC Blob helper class & streaming uploaded data into PG