On 10/15/2012 11:10 PM, seancompusult wrote:
> Does anyone have a solution for people like me who must use Java 5?
I had no problems building current git head of the JDBC driver with Java
SE 5, nor the REL_9_2_STABLE branch.
export PATH=$HOME/java/jdk1.5.0_22/bin:$HOME/java/jdk1.5.0_22/jre/bin:$PATH;
export JAVA_HOME=$HOME/java/jdk1.5.0_22/
ant clean jar
--
Craig Ringer