Re: JDBC

Lists: pgsql-jdbc
From: "Hanna Tapani" <tapani(at)kth(dot)se>
To: pgsql-jdbc(at)postgresql(dot)org
Subject: JDBC
Date: 2004-08-24 14:50:38
Message-ID: 381-220048224145038195@kth.se
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-jdbc


Hi,

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.

/Hanna


From: Kris Jurka <books(at)ejurka(dot)com>
To: Hanna Tapani <tapani(at)kth(dot)se>
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: JDBC
Date: 2004-08-24 15:16:24
Message-ID: Pine.BSO.4.56.0408241014390.2585@leary.csoft.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: 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