Re: JDBC driver not found error: Windows XP / JDK1.6.06 / PG8.2.9

From: Oliver Jowett <oliver(at)opencloud(dot)com>
To: Chandra ASGI Tech <chandraasgi(at)gmail(dot)com>
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: JDBC driver not found error: Windows XP / JDK1.6.06 / PG8.2.9
Date: 2008-07-01 15:21:42
Message-ID: 486A4B86.5000208@opencloud.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Chandra ASGI Tech wrote:

> But I get the error
> Exception in thread "main" java.lang.NoClassDefFoundError: postgreSQLTest

Your code isn't even running because the JVM can't find your main class.
This isn't anything to do with JDBC, it's basic Java.

-O

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Chandra ASGI Tech 2008-07-01 16:28:44 Re: JDBC driver not found error: Windows XP / JDK1.6.06 / PG8.2.9
Previous Message Dave Cramer 2008-07-01 14:33:08 Re: JDBC driver not found error: Windows XP / JDK1.6.06 / PG8.2.9