Re: j2sdk1.4.0 jdbc compile errors - Mailing list pgsql-general

From Barry Lind
Subject Re: j2sdk1.4.0 jdbc compile errors
Date
Msg-id 3CBDC416.4080802@xythos.com
Whole thread Raw
In response to j2sdk1.4.0 jdbc compile errors  (Mark Price <prim0001@unf.edu>)
Responses Re: j2sdk1.4.0 jdbc compile errors
List pgsql-general
Mark,

By new functionality I mean new methods introduced in the jdbc3 spec.
Java 1.4 implements the jdbc3 spec.  Our driver currently only supports
the jdbc1 and jdbc2 specs.  This is the reason the driver doesn't
compile under java 1.4 since the interfaces of jdbc3 have methods in
them that we don't implement yet.

thanks,
--Barry

Mark Price wrote:
>>Mark,
>>
>>The jdbc driver currently does not build under jdk1.4.  You will either
>>need to download a prebuilt jar, or build under jdk1.3.  Either way a
>>the driver build under 1.3 will run fine under 1.4 as long as you don't
>>try to use any of the new functionality available in 1.4.
>>
>>thanks,
>>--Barry
>>
>
> Hi, Barry
> Thank you for responding to my message.
> Would you mind elaborating about "new functionality?"  I.e. I presume that
> you refer only to new functionality in the classes that jdbc2 directly
> uses?
>
> Thanks,
> Mark Price
>
> P.S.  I removed myself from the list, so if you think this should be
> posted, perhaps you can forward it.
>
>
>



pgsql-general by date:

Previous
From: Dmitry Tkach
Date:
Subject: Re: Large table update/vacuum PLEASE HELP!
Next
From: "Johnson, Shaunn"
Date:
Subject: select users in a group?