Re: strange error

From: "Joe Shevland" <jshevland(at)j-elite(dot)com>
To: "# sriram #" <sriram(at)imsc(dot)ernet(dot)in>, <pgsql-jdbc(at)postgresql(dot)org>
Subject: Re: strange error
Date: 2002-02-22 02:09:16
Message-ID: HEECIHEEJDBMCCGMGIOBOENFCEAA.jshevland@j-elite.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)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

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Dave Cramer 2002-02-22 02:37:09 build.xml now builds under jdk1.4, checked into cvs
Previous Message Dave Cramer 2002-02-22 02:09:15 Re: build.xml now builds under jdk1.4, checked into cvs