Re: j2sdk1.4.0 jdbc compile errors

From: Barry Lind <barry(at)xythos(dot)com>
To: Mark Price <prim0001(at)unf(dot)edu>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: j2sdk1.4.0 jdbc compile errors
Date: 2002-04-17 18:51:02
Message-ID: 3CBDC416.4080802@xythos.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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.
>
>
>

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Johnson, Shaunn 2002-04-17 19:06:58 select users in a group?
Previous Message Dmitry Tkach 2002-04-17 18:28:06 Re: Large table update/vacuum PLEASE HELP!