RE: Problem connecting to JDBC 7.0-1.2 driver - Mailing list pgsql-jdbc

From B.N.V. Raman
Subject RE: Problem connecting to JDBC 7.0-1.2 driver
Date
Msg-id NDBBJMJDNACBKJFDJCJEEEHGCOAA.raman@myself.com
Whole thread Raw
In response to Re: Problem connecting to JDBC 7.0-1.2 driver  ("Brett W. McCoy" <bmccoy@chapelperilous.net>)
Responses RE: Problem connecting to JDBC 7.0-1.2 driver  ("Brett W. McCoy" <bmccoy@chapelperilous.net>)
Re: RE: Problem connecting to JDBC 7.0-1.2 driver  (Peter T Mount <peter@retep.org.uk>)
List pgsql-jdbc
I tried both methods:

1. Class.forName("postgresql.Driver"); (in the code)

&

2. omitting the above code and trying: java -Djdbc.drivers=postgresql.jar

Thanks,
Raman.

> From: Brett W. McCoy [mailto:bmccoy@chapelperilous.net]
> On Fri, 30 Mar 2001, B.N.V. Raman wrote:
>
> > I've installed JDK 1.2.2 from RPM's into my Red Hat 7.0 System which has
> > Postgresql 7.0.2 installed.
> >
> > 1. I've copied the jdbc7.0-1.2.jar file to the postgresql.jar file.
> > 2. my classpath includes /usr/lib/pgsql/postgresql.jar
> > 3. Whenever i run a java program to connect, i get an SQLException: No
> > Driver Found.
> > 4. My postmaster is running with the -i option.
> >
> > What could be the problem??
>
> What's the code you are using to connect with?
>
> -- Brett


pgsql-jdbc by date:

Previous
From: "Brett W. McCoy"
Date:
Subject: Re: Problem connecting to JDBC 7.0-1.2 driver
Next
From: "Brett W. McCoy"
Date:
Subject: RE: Problem connecting to JDBC 7.0-1.2 driver