Re: No suitable driver found

From: Kris Jurka <books(at)ejurka(dot)com>
To: John Dunlap <john(dot)dunlap(at)exceter(dot)com>
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: No suitable driver found
Date: 2009-07-27 06:30:22
Message-ID: alpine.BSO.2.00.0907270227040.10084@leary.csoft.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Albe Laurenz 2009-07-27 08:04:01 Re: No suitable driver found
Previous Message Kris Jurka 2009-07-27 06:26:26 Re: Updateable ResultSet doesn't fetch sequence-generated values