Re: JDBC on HP-UX

Поиск
Список
Период
Сортировка
От Gunnar R|nning
Тема Re: JDBC on HP-UX
Дата
Msg-id x6ya4sxtpg.fsf@thor.candleweb.no
обсуждение исходный текст
Ответ на RE: JDBC on HP-UX  (Peter Mount <petermount@it.maidstone.gov.uk>)
Список pgsql-interfaces
Peter Mount <petermount@it.maidstone.gov.uk> writes:

> There's two things that could go wrong here. The first one is the CLASSPATH,
> but you have the jar file in there correctly, but did you export CLASSPATH?
> If not, the shell won't pass it on to any child processes including java.
> 
> The other is the jdbc url. It should begin: jdbc:postgresql: If the url
> doesn't match, then thr driver won't recognise it, and you'll get the same
> error.
> 

Couldn't it also be that he hasn't told the system about the jdbc driver ?
You have to supply the driver as a -Djdbc.drivers argument or load it from
your Java code.

regards, 
Gunnar



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

Предыдущее
От: "Sondaar, Roelof"
Дата:
Сообщение: RE: JDBC on HP-UX
Следующее
От: Michael Meskes
Дата:
Сообщение: Re: Embedded Vacuum sql