Re: Compiling JDBC - problem - Mailing list pgsql-interfaces

From Peter Mount
Subject Re: Compiling JDBC - problem
Date
Msg-id 5.0.2.1.0.20010312201314.00a27b70@mail.retep.org.uk
Whole thread Raw
In response to Compiling JDBC - problem  ("Oliver Elphick" <olly@lfix.co.uk>)
Responses Re: Compiling JDBC - problem
List pgsql-interfaces
At 17:25 12/03/01 +0000, Oliver Elphick wrote:
>Trying to build JDBC:

snip
BUILD FAILED

>/usr3/home/olly/mypackages/pg7.1/postgresql-7.1beta5/src/interfaces/jdbc/build.
>xml:99: Cannot use classic compiler, as it is not available
>
>
>...bafflement!  What is "classic compiler"? The XML line begins "<javac".
>I have jdk1.1 installed, which contains /usr/lib/jdk1.1/bin/javac.
>
>What else am I missing?  (I am not experienced with Java.)

Ok from the ant docs:

·       classic (the standard compiler of JDK 1.1/1.2)
·       modern (the new compiler of JDK 1.3)
·       jikes (the ·    Jikes compiler)
·       jvc (the Command-Line Compiler from Microsoft's SDK for Java / 
Visual J++)

So classic is the JDK 1.1 & 1.2 compilers. I think they (Sun) made some 
major changes in 1.3.

What compiler are you using? Blackdown, kaffe? I know kaffe doesn't work 
with our source full stop (bug on their part).

Peter



pgsql-interfaces by date:

Previous
From: jun liu
Date:
Subject: interface between c and postgresql
Next
From: jr@i-bucks.com
Date:
Subject: Re: interface between c and postgresql