| From: | albast <albast(at)xs4all(dot)nl> |
|---|---|
| To: | pgsql-interfaces(at)postgresql(dot)org |
| Subject: | JDBC compilation failes |
| Date: | 1998-02-08 02:04:01 |
| Message-ID: | 199802080204.DAA10786@xs2.xs4all.nl |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | 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
| From | Date | Subject | |
|---|---|---|---|
| Next Message | albast | 1998-02-08 02:14:36 | Ignore my posting about JDBC compilation failure |
| Previous Message | Peter T Mount | 1998-02-07 10:33:57 | Re: jdbc and servlets |