Re: Puzzling Unix CLASSPATH issue...

Поиск
Список
Период
Сортировка
От Oliver Jowett
Тема Re: Puzzling Unix CLASSPATH issue...
Дата
Msg-id 40E4EB7B.7090800@opencloud.com
обсуждение исходный текст
Ответ на Puzzling Unix CLASSPATH issue...  (Christopher Farley <chris@northernbrewer.com>)
Ответы Re: Puzzling Unix CLASSPATH issue...  (Christopher Farley <chris@northernbrewer.com>)
Список pgsql-jdbc
Christopher Farley wrote:

> chris:~/test> export CLASSPATH=/usr/local/jdk1.4.2/jre/lib/rt.jar:.:pg74.214.jdbc3.jar; java DataBase
> Testing
> chris:~/test> su fred
> Password:
> fred:/home/chris/test> export CLASSPATH=/usr/local/jdk1.4.2/jre/lib/rt.jar:.:pg74.214.jdbc.jar; java DataBase
> Couldn't find driver class:
> java.lang.ClassNotFoundException: org.postgresql.Driver

Check the permissions on the driver jarfile; perhaps it is not readable
as 'fred'.

-O

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

Предыдущее
От: Christopher Farley
Дата:
Сообщение: Puzzling Unix CLASSPATH issue...
Следующее
От: Christopher Farley
Дата:
Сообщение: Re: Puzzling Unix CLASSPATH issue...