Give me a hand - Mailing list pgsql-jdbc

From ½ß„l¿ß
Subject Give me a hand
Date
Msg-id 20020726044052.17534.qmail@sina.com
Whole thread Raw
Responses Re: Give me a hand
List pgsql-jdbc
I have installed jdk1.4.
My java program which use postgresql7.1.3 often give me the error like this:
java.lang.NoSuchMethodError: java/sql/Statement.getResultSetConcurrency()I
        at org.postgresql.jdbc2.Connection.getResultSet(Connection.java:216)
        at org.postgresql.core.QueryExecutor.execute(QueryExecutor.java:121)
        at org.postgresql.Connection.ExecSQL(Connection.java:398)
        at org.postgresql.jdbc2.Statement.execute(Statement.java:130)
        at HelloPostgresql.<init>(HelloPostgresql.java:30)
        at HelloPostgresql.main(HelloPostgresql.java:92)

The jdbc driver I use is pgjdbc2.jar.
The classpath I set is:

CLASSPATH=/usr/java/jdk/lib:/usr/java/jdk/jre/lib:/usr/java/jdk/lib/tools.jar:/usr/share/pgsql/pgjdbc2.jar:/home/sjf:/home/sjf/ant/lib/ant.jar:/home/sjf/ant/lib/xerces.jar

I also try jdk 1.3 and jdbc7.1_1.2,the error is the same.
What wrong with this?
Is it the postgresql installing problem?
______________________________________

===================================================================
�������ѵ������� (http://mail.sina.com.cn)
���˷�����Ϣ�������г���һ�ߣ��ó���ʱ�ͳ��֣� (http://classad.sina.com.cn/2shou/)

pgsql-jdbc by date:

Previous
From: basis volume limited
Date:
Subject: howto connect OO to pgsql- with data-insertion access.
Next
From: Dave Cramer
Date:
Subject: Re: Give me a hand