Re: statement caching link on jdbc page

Поиск
Список
Период
Сортировка
От Dave Cramer
Тема Re: statement caching link on jdbc page
Дата
Msg-id 47063748.20206@fastcrypt.com
обсуждение исходный текст
Ответ на Re: statement caching link on jdbc page  (Heikki Linnakangas <heikki@enterprisedb.com>)
Список pgsql-jdbc
Heikki Linnakangas wrote:
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"?
 
You have some control over the class compatibility, but not over the interface which is provided by the jdk library.

It might be possible, not sure.

Dave

В списке pgsql-jdbc по дате отправления:

Предыдущее
От: Heikki Linnakangas
Дата:
Сообщение: Re: statement caching link on jdbc page
Следующее
От: Till Toenges
Дата:
Сообщение: Re: statement caching link on jdbc page