Re: Error: ClassNotFoundException

From: Rene Pijlman <rene(at)lab(dot)applinet(dot)nl>
To: Craig Lawton <craiglawton(at)qwest(dot)net>
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: Error: ClassNotFoundException
Date: 2001-10-27 10:32:03
Message-ID: r53lttkku4e5586euss6942q2242i5lul2@4ax.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

On Fri, 26 Oct 2001 21:34:37 -0600, you wrote:
>I have successfully installed
>PostgreSQL on my Mac G4 running Mac OS X 10.1.

I have no experience with this platform, but...

>"Class.forName("org.postgresql.Driver");" returns the error
>"java.lang.ClassNotFoundException: org.postgresql.Driver".

... typically means that the driver's jar file is not found or
cannot be read by the Java runtime.

Regards,
René Pijlman <rene(at)lab(dot)applinet(dot)nl>

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Rene Pijlman 2001-10-27 10:36:43 Re: PostgreSQL, JDBC, and Druid
Previous Message Rene Pijlman 2001-10-27 10:27:28 Re: Ant installation (and other) issues!