Re: Request for 7.0 JDBC status

Поиск
Список
Период
Сортировка
От Joachim Achtzehnter
Тема Re: Request for 7.0 JDBC status
Дата
Msg-id Pine.LNX.4.21.0005012141270.1478-100000@wizard.kraut.bc.ca
обсуждение исходный текст
Ответ на Re: [HACKERS] Request for 7.0 JDBC status  (Bruce Momjian <pgman@candle.pha.pa.us>)
Ответы Re: Request for 7.0 JDBC status
Список pgsql-interfaces
Today, in a message to Thomas Lockhart, Bruce Momjian wrote:
>
> > > I am unable to compile the java code with kaffe.  Can anyone compile
> > > jdbc under 7.0?
> 
> However, it seems kaffe can't compile self-referencing java files.  I
> don't know enough about java to know that is a problem or not.

Have not tried with 7.0, but recent versions of Kaffe were definitely able
to compile the JDBC code that came with 6.5.3, but only after modifying
the version check in the makeVersion.java file in src/interfaces/jdbc (and
perhaps elsewhere where a versioon check occurs). The code checks for the
java version string and rejects everything that doesn't start with either
1.1 or 1.2. The problem was that Kaffe reports its own version, e.g. 1.02,
rather than the corresponding JDK version.

Joachim

-- 
private:  joachim@kraut.bc.ca    (http://www.kraut.bc.ca)
work:     joachim@mercury.bc.ca  (http://www.mercury.bc.ca)




В списке pgsql-interfaces по дате отправления:

Предыдущее
От: Thomas Lockhart
Дата:
Сообщение: Re: [HACKERS] Request for 7.0 JDBC status
Следующее
От: Thomas Lockhart
Дата:
Сообщение: Re: [HACKERS] Request for 7.0 JDBC status