Re: Compiling JDBC - problem

Поиск
Список
Период
Сортировка
От Peter Mount
Тема Re: Compiling JDBC - problem
Дата
Msg-id 5.0.2.1.0.20010312201314.00a27b70@mail.retep.org.uk
обсуждение исходный текст
Ответ на Compiling JDBC - problem  ("Oliver Elphick" <olly@lfix.co.uk>)
Ответы Re: Compiling JDBC - problem
Список 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 по дате отправления:

Предыдущее
От: jun liu
Дата:
Сообщение: interface between c and postgresql
Следующее
От: jr@i-bucks.com
Дата:
Сообщение: Re: interface between c and postgresql