Re: JDBC Download. - Mailing list pgsql-jdbc

From Peter Mount
Subject Re: JDBC Download.
Date
Msg-id 5.0.2.1.0.20010509172025.01d43a80@mail.retep.org.uk
Whole thread Raw
In response to Re: JDBC Download.  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-jdbc
At 10:49 09/05/01 -0400, Bruce Momjian wrote:
>[ Charset ISO-8859-1 unsupported, converting... ]
> > I can generate it, or give you an account to a machine with an environment
> > that would work.
>
>
>Woohoo, I just compiled it.  I downloaded ant, installed it, and 'gmake'
>generated two JAR files:

Yep, thats the beauty of ant - it doesn't take long at all

>This made a jdbc2 version.  Can someone tell me how to force it to
>generate a jdbc1 version?  I looked at build.xml.

You need to have JDK1.1.x installed and in your path rather than the JDK2
one. build.xml checks for the existence of some classes that exist only in
certain VM versions to determine which driver to use.

Peter


pgsql-jdbc by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: JDBC Download.
Next
From: Peter Mount
Date:
Subject: Re: Is DataSource implemented?