Re: gcj has a lot of complaints about 8.1-405 release - Mailing list pgsql-jdbc

From Kris Jurka
Subject Re: gcj has a lot of complaints about 8.1-405 release
Date
Msg-id Pine.BSO.4.63.0603271756001.21311@leary.csoft.net
Whole thread Raw
In response to Re: gcj has a lot of complaints about 8.1-405 release  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: gcj has a lot of complaints about 8.1-405 release  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-jdbc

On Mon, 27 Mar 2006, Tom Lane wrote:

> Apache Ant version 1.6.5 compiled on March 6 2006
> Detected Java version: 1.5 in: /usr/lib/jvm/java-1.4.2-gcj-1.4.2.0/jre
>
> If the java package version means what I think it means, then this is
> misdetecting the version.  Is this our fault, or is something screwy
> in Red Hat's build environment?
>

Your version of ant determines it is a 1.5 JVM by being able to load the
java.lang.Readable interface which shouldn't exist in a 1.4 JVM.  Newer
versions of ant (2 days old) check for java.net.Proxy instead.

http://issues.apache.org/bugzilla/show_bug.cgi?id=39027

Kris Jurka

pgsql-jdbc by date:

Previous
From: Tom Lane
Date:
Subject: Re: gcj has a lot of complaints about 8.1-405 release
Next
From: Dave Cramer
Date:
Subject: Re: gcj has a lot of complaints about 8.1-405 release