Re: PostgreSQL Jdbc installation problems

Поиск
Список
Период
Сортировка
От Kris Jurka
Тема Re: PostgreSQL Jdbc installation problems
Дата
Msg-id Pine.BSO.4.56.0408051010150.9420@leary.csoft.net
обсуждение исходный текст
Ответ на PostgreSQL Jdbc installation problems  ("Ing. Francesco Russo - NoCable S.p.A." <frusso@nocable.it>)
Список pgsql-jdbc

On Thu, 5 Aug 2004, Ing. Francesco Russo - NoCable S.p.A. wrote:

> I have downloaded the jar file from jdbc.postgresql.org corresponding to
> my system features and i have copied it into a directory on my
> development machine (on this pc i use StrutsStudio to develop my web
> application). In StrutsStudio i have included in classpath this
> directory, but when i execute Class.Name("org.postgresql.Driver"), i got
> the exception "java.lang.ClassNotFoundException: org.postgresql.Driver".
>

I'm not familiar with StrutsStudio, but it may be that you need to make
the jdbc driver jar file available to both StrutsStudio for development
and to Tomcat for deployment/execution.  For Tomcat the driver jar file
should be placed in $CATALINE_HOME/common/lib.

Kris Jurka

В списке pgsql-jdbc по дате отправления:

Предыдущее
От: "J. Michael Crawford"
Дата:
Сообщение: Re: PostgreSQL Jdbc installation problems
Следующее
От: Oliver Jowett
Дата:
Сообщение: Re: UPDATE with JDBC fail