Re: JDBC Download.

Поиск
Список
Период
Сортировка
От Peter Mount
Тема Re: JDBC Download.
Дата
Msg-id 5.0.2.1.0.20010509172025.01d43a80@mail.retep.org.uk
обсуждение исходный текст
Ответ на Re: JDBC Download.  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список 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 по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: JDBC Download.
Следующее
От: Peter Mount
Дата:
Сообщение: Re: Is DataSource implemented?