Re: JDBC

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
Thread:
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

In response to

  • JDBC at 2004-08-24 14:50:38 from Hanna Tapani

Browse pgsql-jdbc by date

  From Date Subject
Next Message jao 2004-08-26 17:27:38 Race condition in org.postgresql.jdbc1.AbstractJdbc1Statement?
Previous Message Kris Jurka 2004-08-24 15:07:02 Re: I do not understand the exception