Re: Compiling JDBC - problem

From: Peter Mount <peter(at)retep(dot)org(dot)uk>
To: "Oliver Elphick" <olly(at)lfix(dot)co(dot)uk>, pgsql-interfaces(at)postgresql(dot)org
Subject: Re: Compiling JDBC - problem
Date: 2001-03-12 20:15:01
Message-ID: 5.0.2.1.0.20010312201314.00a27b70@mail.retep.org.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-interfaces by date

  From Date Subject
Next Message jr 2001-03-12 21:33:21 Re: interface between c and postgresql
Previous Message Peter Mount 2001-03-12 20:12:20 Re: [INTERFACES] object id