JDBC compile error

From: Pap Tibor <papt(at)edasz(dot)hu>
To: pgsql-interfaces(at)postgresql(dot)org
Cc: papt(at)edasz(dot)hu
Subject: JDBC compile error
Date: 1998-07-23 07:10:09
Message-ID: 19980723091009.06706@op.edasz.hu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

Hi!

I was unable to compile the JDBC driver in the PostgreSQL 6.3.2 source
tree. I got 21 errors:

...
./postgresql/DatabaseMetaData.java:2058: class postgresql.ResultSet is an
abstract class. It can't be instantiated.
return new ResultSet(connection, f, v, "OK", 1);
^
./postgresql/DatabaseMetaData.java:2433: class postgresql.ResultSet is an
abstract class. It can't be instantiated.
return new ResultSet(connection, f, v, "OK", 1);
^
21 errors
make: *** [postgresql/CallableStatement.class] Error 1
#

My CLASSPATH environment variable was:
# echo $CLASSPATH
/usr/local/jdk1.1.5/lib/:./
#

My System is Debian Bo 1.3 Linux, jdk1.1.5 v6 libc5 version.

What can I do? Or could I get somewhere a compiled .jar jdbc driver?

Thanks,
--tibi

--
---------.Sig--------
Tibor Pap <papt(at)edasz(dot)hu>
---------------------

Responses

Browse pgsql-interfaces by date

  From Date Subject
Next Message Maarten Boekhold 1998-07-23 09:23:37 Re: [GENERAL] ODBC Driver
Previous Message Sbragion Denis 1998-07-23 06:39:47 Re: [INTERFACES] ODBC Driver