Re: No suitable driver found - Mailing list pgsql-jdbc

From Kris Jurka
Subject Re: No suitable driver found
Date
Msg-id alpine.BSO.2.00.0907270227040.10084@leary.csoft.net
Whole thread Raw
In response to No suitable driver found  (John Dunlap <john.dunlap@exceter.com>)
List pgsql-jdbc

On Sat, 25 Jul 2009, John Dunlap wrote:

> I've been looking for a solution to this error for a few days now.
> Everything I've found says that the problem should be that I have a
> malformed url but I've gone over it dozens of times and I don't think
> that it's wrong (I wish it was).

There are two likely causes of this problem.  Failing to register the
driver with Class.forName("org.postgresql.Driver"), or not having it
available on your classpath.

Kris Jurka

pgsql-jdbc by date:

Previous
From: Kris Jurka
Date:
Subject: Re: Updateable ResultSet doesn't fetch sequence-generated values
Next
From: "Albe Laurenz"
Date:
Subject: Re: No suitable driver found