Re: Make not working (on RHE)

Поиск
Список
Период
Сортировка
От Ron St-Pierre
Тема Re: Make not working (on RHE)
Дата
Msg-id 40859577.9060902@syscor.com
обсуждение исходный текст
Ответ на Re: Make not working (on RHE)  (Dave Cramer <pg@fastcrypt.com>)
Список pgsql-jdbc
Dave Cramer wrote:

>Have you looked in the lib/ext directory for it ?
>
>Try a quick and dirty
>
>main() throws Exception
>{
>    Class.forName("org.postgresql.Driver");
>}
>
>if it doesn't throw an exception then run java with -verbose to see
>where it is loading the jar from...
>
>
Thanks, that helped me track it down on one of the servers - it pointed
out the rt.jar file so I included it in my classpath. On the other
server the problem was (somehow) related to having two versions of ant
installed. That's what happens when more than one person  is responsible
for configuring the server.

Ron



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

Предыдущее
От: "j.random.programmer"
Дата:
Сообщение: Re: Column size BUG with text/bytea with 7.4 JDBC Driver (build 213)
Следующее
От: Oliver Jowett
Дата:
Сообщение: Re: Out of memory exception