driver

From: Andrea Antibo <antibo(at)mclink(dot)it>
To: pgsql-interfaces(at)postgreSQL(dot)org
Subject: driver
Date: 1998-10-15 16:31:21
Message-ID: XFMail.981015183121.antibo@mclink.it
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

Hi,

I had compiled and used fine jdbc driver under alpha/DEC workstation with
jdk1.1.5

Now in a linux workstation again with jdk1.1.5 the make file show me this error:

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
^
1 error
make: *** [postgresql/CallableStatement.class] Error 1

Why?

Responses

Browse pgsql-interfaces by date

  From Date Subject
Next Message Peter T Mount 1998-10-15 17:26:44 Re: [INTERFACES] applet
Previous Message Andrea Antibo 1998-10-15 15:19:43 Re: [INTERFACES] applet