Re: Make not working (on RHE) - Mailing list pgsql-jdbc

From Ron St-Pierre
Subject Re: Make not working (on RHE)
Date
Msg-id 40859577.9060902@syscor.com
Whole thread Raw
In response to Re: Make not working (on RHE)  (Dave Cramer <pg@fastcrypt.com>)
List 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 by date:

Previous
From: "j.random.programmer"
Date:
Subject: Re: Column size BUG with text/bytea with 7.4 JDBC Driver (build 213)
Next
From: Oliver Jowett
Date:
Subject: Re: Out of memory exception