FreeBSD 4.1 and JDK 1.1.8 compile problems

Поиск
Список
Период
Сортировка
От Richard Scranton
Тема FreeBSD 4.1 and JDK 1.1.8 compile problems
Дата
Msg-id 3AD9F414.29B5624B@ix.netcom.com
обсуждение исходный текст
Список pgsql-patches
org.postgresql.jdbc1.Statement.java:291 --

          /* if (result != null) && ((org.postgresql.ResultSet)result.reallyResultSet()) */
          if ((result != null) && ((org.postgresql.ResultSet)result).reallyResultSet())

This fixes the compile of the JDBC1 driver for java 1.1.8, but you still have to comment out
all of the jdbc2 stuff in the examples (for obvious resaons), and remove the contrib references
from the top-level build.xml file, because they contain dependencies on the java2 collections in them.
It might be possible to hackgeneer around them using the collections1.1 jar file Sun released.
I haven't looked into what is needed.

Richard


--
________________________________________________________________________
Technology is dominated by those who manage what they do not understand.
http://www.netcom.com/~scrantr/index.html




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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: pgmonitor query global variable
Следующее
От: Neil Conway
Дата:
Сообщение: PATCH: JDBC compile w/ jikes