From: | "Prasanth" <dbadmin(at)nqadmin(dot)com> |
---|---|
To: | "Herman Visser" <hermancvisser(at)hetnet(dot)nl>, <pgsql-jdbc(at)postgresql(dot)org> |
Subject: | Re: class not found |
Date: | 2005-03-10 22:01:42 |
Message-ID: | LGEKIACNKCMPMALCJMLOCENOEBAA.dbadmin@nqadmin.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-jdbc |
Class.forName("org.postgresql.Driver");
-Prasanth.
-----Original Message-----
From: pgsql-jdbc-owner(at)postgresql(dot)org
[mailto:pgsql-jdbc-owner(at)postgresql(dot)org]On Behalf Of Herman Visser
Sent: Thursday, March 10, 2005 3:37 PM
To: pgsql-jdbc(at)postgresql(dot)org
Subject: [JDBC] class not found
Hello,
As a novice I tried using java with a postgresql 8.0 database on a W2K
machine.
Burt onfortunately I'm not able to connect to the database. I tried
Class.forName("postgressql.Driver") but I always get the
classNotFoundException. I use the postgresql8.0.309.jdbc3.jar file.
I think I did the things described at
http://www.postgresql.org/docs/7/static/jdbc.htm but nothing works.
Can somebody help me with this problem ?
Thanks,
Herman Visser
From | Date | Subject | |
---|---|---|---|
Next Message | Michael Laccetti | 2005-03-11 05:54:29 | RowSet error |
Previous Message | Herman Visser | 2005-03-10 21:36:53 | class not found |