Re: strange error

Поиск
Список
Период
Сортировка
От Joe Shevland
Тема Re: strange error
Дата
Msg-id HEECIHEEJDBMCCGMGIOBOENFCEAA.jshevland@j-elite.com
обсуждение исходный текст
Ответ на strange error  (# sriram # <sriram@imsc.ernet.in>)
Список pgsql-jdbc
Sounds like the JVM you are using is pre-JDBC 2.0... are you using a 1.1.8
version of the JRE/JDK?

Upgrading to {1.2.x|1.3.x|1.4.0) should fix this problem. Alternatively,
download the PostgreSQL JAR driver for 1.1.x should work also.

Cheers,
Joe

>     I am running a small jdbc program and i get an error like this...
>
>
> [sriram@nmlinux2 sriram]$ java jdbc
> Internal error: caught an unexpected exception.
> Please check your CLASSPATH and your installation.
> java/lang/NoSuchMethodError:
java/sql/Statement.getResultSetConcurrency()I

Вложения

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

Предыдущее
От: "Nick Fankhauser"
Дата:
Сообщение: Re: strange error
Следующее
От: "Dave Cramer"
Дата:
Сообщение: Re: build.xml now builds under jdk1.4, checked into cvs