Re: Failed to load jdbc driver - Mailing list pgsql-jdbc

From Heikki Linnakangas
Subject Re: Failed to load jdbc driver
Date
Msg-id 4667C4BF.8080908@enterprisedb.com
Whole thread Raw
In response to Failed to load jdbc driver  (Mamoon Rashid <mamoon@imtech.res.in>)
List pgsql-jdbc
Mamoon Rashid wrote:
> Although i am able to execute this from terminal.The following are the
> syntax to load the driver and connect to the database server in JDBC

Looks like a classpath problem. Make sure the driver jar is in the
classpath your servlet engine use. You might want to add a
"e.printStackTrace()" to the catch-blocks as well to get a more detail
error message.

--
   Heikki Linnakangas
   EnterpriseDB   http://www.enterprisedb.com

pgsql-jdbc by date:

Previous
From: Mamoon Rashid
Date:
Subject: Failed to load jdbc driver
Next
From: Heikki Linnakangas
Date:
Subject: Re: Failed to load jdbc driver