JDBC compile error - Mailing list pgsql-interfaces

From Pap Tibor
Subject JDBC compile error
Date
Msg-id 19980723091009.06706@op.edasz.hu
Whole thread Raw
Responses Re: [INTERFACES] JDBC compile error  (Peter T Mount <peter@retep.org.uk>)
List 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@edasz.hu>
---------------------

pgsql-interfaces by date:

Previous
From: Sbragion Denis
Date:
Subject: Re: [INTERFACES] ODBC Driver
Next
From: Maarten Boekhold
Date:
Subject: Re: [GENERAL] ODBC Driver