Re: [INTERFACES] driver - Mailing list pgsql-interfaces

From Peter T Mount
Subject Re: [INTERFACES] driver
Date
Msg-id Pine.LNX.3.96.981016181807.31130O-100000@maidast.retep.org.uk
Whole thread Raw
In response to driver  (Andrea Antibo <antibo@mclink.it>)
List pgsql-interfaces
On Thu, 15 Oct 1998, Andrea Antibo wrote:

> 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?

This is in the FAQ.

Javac gets confused with certain CLASSPATH definitions. unset CLASSPATH,
then run make again.

--
       Peter T Mount peter@retep.org.uk
      Main Homepage: http://www.retep.org.uk
PostgreSQL JDBC Faq: http://www.retep.org.uk/postgres
 Java PDF Generator: http://www.retep.org.uk/pdf


pgsql-interfaces by date:

Previous
From: Peter T Mount
Date:
Subject: Re: JDBC date problem
Next
From: "Brian E. Sanders"
Date:
Subject: client connections to libpq