FW: PostgreSQL JDBC Installation

From: Stefan Grasse <stefan-grasse(at)web(dot)de>
To: pgsql-jdbc(at)postgresql(dot)org
Subject: FW: PostgreSQL JDBC Installation
Date: 2005-06-08 13:07:24
Message-ID: 260391368@web.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc


Hello,

I got a question when downloading the newest postgresql-8.1dev-400.jdbc3.jar onto the Windows platform.
Where do I have to store this jar ?
I have to unpack this jar, correct ?
Do I have to set a CLASSPATH or similar variables (like PATH ?) ? If yes, what value should this variable have ?

When describing how to connect to the driver with the statement
Class.forName("org.postgresql.Driver");
I got the exception:
java.lang.ClassNotFoundException: org.postgresql.Driver

What went wrong ?

I hope to get an answer of you soon
Best regards
Stefan

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Mark Lewis 2005-06-08 17:32:13 Re: Num of returned ROWS
Previous Message Sunil.Vishnubhotla 2005-06-08 12:56:30 Re: 8.x driver with EJB CMP