Re: [INTERFACES] driver

From: Peter T Mount <peter(at)retep(dot)org(dot)uk>
To: Andrea Antibo <antibo(at)mclink(dot)it>
Cc: pgsql-interfaces(at)postgresql(dot)org
Subject: Re: [INTERFACES] driver
Date: 1998-10-16 17:19:06
Message-ID: Pine.LNX.3.96.981016181807.31130O-100000@maidast.retep.org.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)retep(dot)org(dot)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

In response to

  • driver at 1998-10-15 16:31:21 from Andrea Antibo

Browse pgsql-interfaces by date

  From Date Subject
Next Message Olivier TURPIN 1998-10-17 09:30:52 Connection via remote client
Previous Message Peter T Mount 1998-10-16 17:17:33 Re: JDBC date problem