Re: [INTERFACES] Compiling jdbc for Linux and Solaris - Mailing list pgsql-interfaces

From Kent Perrier
Subject Re: [INTERFACES] Compiling jdbc for Linux and Solaris
Date
Msg-id 371C915A.D037C831@pgs.com
Whole thread Raw
In response to RE: [INTERFACES] Compiling jdbc for Linux and Solaris  (Peter Mount <petermount@it.maidstone.gov.uk>)
List pgsql-interfaces
Peter Mount wrote:
>
> These are both in the FAQ. Try unsetting your CLASSPATH, then run make.

Many thanks.  I attempted this and this failed as well with the error:
[postgres:/usr/local/src/postgresql-6.4.2/src/interfaces/jdbc]$ make
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
                                       ^
Note: postgresql/CallableStatement.java uses or overrides a deprecated
API.  Recompile with "-deprecation" for details.
1 error, 1 warning
make: *** [postgresql/CallableStatement.class] Error 1
[postgres:/usr/local/src/postgresql-6.4.2/src/interfaces/jdbc]$ echo
$CLASSPATH

[postgres:/usr/local/src/postgresql-6.4.2/src/interfaces/jdbc]$

>
> FAQ & Pre-compiled drivers are on my web site:
> http://www.retep.org.uk/postgres/

The url listed in the readme file with my distribution lists a different
url.  One that I cannot get to as it doesn't exist.  Perhaps if the
readme was correct I would have found your FAQ and precompiled drives
before I asked the question here.

Kent
--
work hard, save aggressively, invest well and get the hell out

pgsql-interfaces by date:

Previous
From: Maarten Boekhold
Date:
Subject: Re: [INTERFACES] Re: [SQL] Questions about embedded-sql!
Next
From: Thomas Lockhart
Date:
Subject: Re: [INTERFACES] where did that date and time come from??