Re: statement caching link on jdbc page

From: Heikki Linnakangas <heikki(at)enterprisedb(dot)com>
To: pg(at)fastcrypt(dot)com
Cc: Kris Jurka <books(at)ejurka(dot)com>, Till Toenges <tt(at)kyon(dot)de>, pgsql-jdbc(at)postgresql(dot)org
Subject: Re: statement caching link on jdbc page
Date: 2007-10-05 12:54:15
Message-ID: 470633F7.6030103@enterprisedb.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Dave Cramer wrote:
> No, it doesn't work with older JDK's. Here is the problem. The class
> file structures have changed with newer versions, and cannot be read by
> older JRE's
>
> You cannot compile a newer JDBC with an old compiler since the
> interfaces are not implemented ( among other things ) , and the newer
> jars cannot be run with older JRE's

Could you use the JDK 1.6 compiler with "javac -target 1.5"?

--
Heikki Linnakangas
EnterpriseDB http://www.enterprisedb.com

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Dave Cramer 2007-10-05 13:08:24 Re: statement caching link on jdbc page
Previous Message Dave Cramer 2007-10-05 11:26:54 Re: statement caching link on jdbc page