Re: Postgresql-JDBC connectivity

From: "Minal Aryamane" <minalac(at)yes2etl(dot)com>
To: pavan(at)netcore(dot)co(dot)in
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: Postgresql-JDBC connectivity
Date: 2005-06-17 04:45:00
Message-ID: 3214.10.1.2.53.1118983500.squirrel@10.1.2.53
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

i have this jar file and have copied it in /usr/local/tomcat/common/lib
path.....
This is the jar file I am using....
postgresql-8.0-311.jdbc3.jar
I did as you said but am still getting the same error....Am I using the
correct file???

Checking if Driver is registerd
Couldn't find the Driver
java.lang.ClassNotFoundException: org.postgresql.Driver
at java.net.URLClassLoader$1.run(URLClassLoader.java:199)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:187)
at java.lang.ClassLoader.loadClass(ClassLoader.java:289)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:274)
at java.lang.ClassLoader.loadClass(ClassLoader.java:235)
at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:302)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:141)
at Example1.main(Example1.java:10)

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Dave Cramer 2005-06-17 11:59:58 instrumenting the driver
Previous Message Oliver Jowett 2005-06-16 21:53:20 Re: org.postgresql.util.PSQLException: The column name x was