Re: statement caching link on jdbc page - Mailing list pgsql-jdbc

From Heikki Linnakangas
Subject Re: statement caching link on jdbc page
Date
Msg-id 470633F7.6030103@enterprisedb.com
Whole thread Raw
In response to Re: statement caching link on jdbc page  (Dave Cramer <pg@fastcrypt.com>)
Responses Re: statement caching link on jdbc page  (Dave Cramer <pg@fastcrypt.com>)
List 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

pgsql-jdbc by date:

Previous
From: Dave Cramer
Date:
Subject: Re: statement caching link on jdbc page
Next
From: Dave Cramer
Date:
Subject: Re: statement caching link on jdbc page