Re: JDBC Download.

From: Peter Mount <peter(at)retep(dot)org(dot)uk>
To: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>, Dave Cramer <Dave(at)micro-automation(dot)net>
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: JDBC Download.
Date: 2001-05-09 16:22:09
Message-ID: 5.0.2.1.0.20010509172025.01d43a80@mail.retep.org.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Peter Mount 2001-05-09 16:23:28 Re: Is DataSource implemented?
Previous Message Stephan Szabo 2001-05-09 16:13:37 Re: Outstanding patches