From: | "l" <bluejacksong(at)sina(dot)com> |
---|---|
To: | pgsql-jdbc(at)postgresql(dot)org |
Subject: | Give me a hand |
Date: | 2002-07-26 04:40:51 |
Message-ID: | 20020726044052.17534.qmail@sina.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | 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/)
From | Date | Subject | |
---|---|---|---|
Next Message | Dave Cramer | 2002-07-26 09:34:07 | Re: Give me a hand |
Previous Message | basis volume limited | 2002-07-26 00:52:07 | howto connect OO to pgsql- with data-insertion access. |