Re: No suitable driver found exception

From: "Dave Cramer" <Dave(at)micro-automation(dot)net>
To: "'Amanda K(dot) Martino'" <amartino(at)mitre(dot)org>, <pgsql-jdbc(at)postgresql(dot)org>
Subject: Re: No suitable driver found exception
Date: 2002-01-31 19:50:35
Message-ID: 041801c1aa90$8d202070$c201a8c0@inspiron
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Amanda,

Can you send the code?

Dave

-----Original Message-----
From: pgsql-jdbc-owner(at)postgresql(dot)org
[mailto:pgsql-jdbc-owner(at)postgresql(dot)org] On Behalf Of Amanda K. Martino
Sent: Thursday, January 31, 2002 2:41 PM
To: pgsql-jdbc(at)postgresql(dot)org
Subject: [JDBC] No suitable driver found exception

Hello,

I have a simple java class (myTest.java) that I'm trying to run. This
class uploads an RDFS schema into a postgresql database using three
methods: setAuthentication, which specifies the username and password
used to gain access to the database, setDBFunctionsPath, which specifies
the library containing the functions to actually store the RDF, and
store, which takes as parameters the URL of the RDF schema to be loaded
into the database, and the URL of the database into which the schema
will be loaded. When I try to run the class, I'm getting the following
exception:
SQLException: No suitable driver
java.sql.SQLException: No suitable driver.

I have the postgresql.jar file in my classpath, as well the
jdbc7.1-1.2.jar which I downloaded from the postgresql.org's jdbc site.
I'm using Postgresql v7.1.3 and JDBC v2.0. I'd appreciate any
suggestions to resolve this issue that anyone has.

Thank you very much,
Amanda Martino
amartino(at)mitre(dot)org

---------------------------(end of broadcast)---------------------------
TIP 5: Have you checked our extensive FAQ?

http://www.postgresql.org/users-lounge/docs/faq.html

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Nick Fankhauser 2002-01-31 21:04:19 Re: No suitable driver found exception
Previous Message Amanda K. Martino 2002-01-31 19:40:36 No suitable driver found exception