Re: Failed to load jdbc driver

Поиск
Список
Период
Сортировка
От Heikki Linnakangas
Тема Re: Failed to load jdbc driver
Дата
Msg-id 4667C4BF.8080908@enterprisedb.com
обсуждение исходный текст
Ответ на Failed to load jdbc driver  (Mamoon Rashid <mamoon@imtech.res.in>)
Список 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 по дате отправления:

Предыдущее
От: Mamoon Rashid
Дата:
Сообщение: Failed to load jdbc driver
Следующее
От: Heikki Linnakangas
Дата:
Сообщение: Re: Failed to load jdbc driver