JDBC compilation failes

Поиск
Список
Период
Сортировка
От albast
Тема JDBC compilation failes
Дата
Msg-id 199802080204.DAA10786@xs2.xs4all.nl
обсуждение исходный текст
Список pgsql-interfaces
Hi,

I'm having difficulties compiling the JDBC interface from the latest
6.3 snapshot. I'm using FreeBSD-2.2.5 with the JDK 1.1.5 port from
ftp://hub.freebsd.org/pub/incoming/java/jdk1.1.5.tar.gz

When compiling CallableStatement.java the compiler gets 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
                                       ^

Is it my JDK port or the JDBC interface?
TIA --Jeroen

В списке pgsql-interfaces по дате отправления:

Предыдущее
От: Peter T Mount
Дата:
Сообщение: Re: jdbc and servlets
Следующее
От: albast
Дата:
Сообщение: Ignore my posting about JDBC compilation failure