FreeBSD 4.1 and JDK 1.1.8 compile problems - Mailing list pgsql-patches

From Richard Scranton
Subject FreeBSD 4.1 and JDK 1.1.8 compile problems
Date
Msg-id 3AD9F414.29B5624B@ix.netcom.com
Whole thread Raw
List 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 by date:

Previous
From: Bruce Momjian
Date:
Subject: pgmonitor query global variable
Next
From: Neil Conway
Date:
Subject: PATCH: JDBC compile w/ jikes