Re: JDBC - Mailing list pgsql-jdbc

From Kris Jurka
Subject Re: JDBC
Date
Msg-id Pine.BSO.4.56.0408241014390.2585@leary.csoft.net
Whole thread Raw
In response to JDBC  ("Hanna Tapani" <tapani@kth.se>)
List pgsql-jdbc

On Tue, 24 Aug 2004, Hanna Tapani wrote:

> I've downloaded the pg74.215.jdbc3.jar-driver (I run  jdk 1.4). Do I now
> have to install or build it or is it ready for use? I've tried pointing it
> out with a classpath and loaded it with
> "Class.forName("org.postgresql.Driver")". I get an exception but I don't
> why.

You don't need to do anything other than make the jar file available to
your application via the classpath which I would guess is not set
correctly in this case.

Kris Jurka

pgsql-jdbc by date:

Previous
From: "Hanna Tapani"
Date:
Subject: JDBC
Next
From: jao@geophile.com
Date:
Subject: Race condition in org.postgresql.jdbc1.AbstractJdbc1Statement?