Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 30 Mar 2003 00:38:43 +0100 (CET)
From:      Martin Blapp <mb@imp.ch>
To:        dev@porting.openoffice.org
Cc:        freebsd-java@freebsd.org
Subject:   Re: [porting-dev] FreeBSD: javaldx reports unusable stuff
Message-ID:  <20030330003645.C99771@cvs.imp.ch>
In-Reply-To: <20030330001527.H99771@cvs.imp.ch>
References:  <20030329191134.R99771@cvs.imp.ch> <200303291444.31760.kevin.hendricks@sympatico.ca> <20030329210606.L99771@cvs.imp.ch> <20030329215745.Y99771@cvs.imp.ch> <20030330001527.H99771@cvs.imp.ch>

next in thread | previous in thread | raw e-mail | index | archive | help

> I bet our native jdk has some magic strings in the version
> numbers so a detection fails here :(

Looks like I was right :-((

bash-2.05b$ /usr/local/jdk1.4.1/bin/java -version
java version "1.4.1-p3"
Java(TM) 2 Runtime Environment, Standard Edition (build
1.4.1-p3-root_27_mar_2003_23_33)
Java HotSpot(TM) Client VM (build 1.4.1-p3-root_27_mar_2003_23_33, mixed mode)

bash-2.05b$ /usr/local/linux-sun-jdk1.4.1/bin/java -version
java version "1.4.1_02"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.1_02-b06)
Java HotSpot(TM) Client VM (build 1.4.1_02-b06, mixed mode)

I think I'll need to add a special FreeBSD only case for sunversion.cxx in
the 644 build.

Martin



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030330003645.C99771>