Thread: FreeBSD 4.1 and JDK 1.1.8 compile problems

FreeBSD 4.1 and JDK 1.1.8 compile problems

From
Richard Scranton
Date:
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