compiling jdbc with JDK 1.1.3

From: Bartlomiej Papierski <bartek(at)amg(dot)net(dot)pl>
To: pgsql-interfaces(at)postgresql(dot)org
Subject: compiling jdbc with JDK 1.1.3
Date: 1998-08-01 17:10:08
Message-ID: Pine.LNX.4.00.9808011904250.1805-100000@civic.amg.net.pl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

Hello,

I'm novice in java programming, but advanced in PostreSQL.

I get the following error while compiling jdbc source:

javac postgresql/CallableStatement.java
postgresql/CallableStatement.java:37: Can't subclass interfaces: interface
java.sql.PreparedStatement
public class CallableStatement extends PreparedStatement implements
java.sql.CallableStatement
^
Do you have any ideas how to solve this problem?

Thanks in advance.

//// Bartlomiej Papierski - AMG:net
//// bartek(at)amg(dot)net(dot)pl
//// http://www.amg.net.pl

Responses

Browse pgsql-interfaces by date

  From Date Subject
Next Message Edmund Mergl 1998-08-01 17:48:15 DBD::Pg for postgresql.snapshot
Previous Message Thomas G. Lockhart 1998-08-01 17:08:32 Re: [INTERFACES] psqlodbc