Re: Make not working (on RHE)

From: Ron St-Pierre <rstpierre(at)syscor(dot)com>
To: pgsql-jdbc <pgsql-jdbc(at)postgresql(dot)org>
Subject: Re: Make not working (on RHE)
Date: 2004-04-20 21:26:15
Message-ID: 40859577.9060902@syscor.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Oliver Jowett 2004-04-20 23:48:37 Re: Out of memory exception
Previous Message kevinc 2004-04-20 20:12:32 Re: jboss to postgresql connections fail. Failed to register driver