Re: Problems loading the driver

From: Oliver Jowett <oliver(at)opencloud(dot)com>
To: enrique(dot)ibarra(at)mac(dot)com
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: Problems loading the driver
Date: 2005-06-25 05:22:41
Message-ID: 42BCEA21.6040100@opencloud.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

enrique(dot)ibarra(at)mac(dot)com wrote:

> The JDBC jar file IS in the CLASSPATH environment variable. The code of
> the program is the following:

> org.postgresql.Driver
> java.lang.ClassNotFoundException: org.postgresql.Driver

This means that the driver jar *isn't* in your classpath.

What is the exact value of your CLASSPATH, have you exported the
CLASSPATH environment variable, where have you placed the driver jar,
and what is the Java command line you are trying?

-O

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Minal 2005-06-27 06:34:28 Problem with startup
Previous Message Oliver Jowett 2005-06-25 05:02:45 Re: Problem with Async (multiple) notifications