[porting-dev] FreeBSD: javaldx reports unusable stuff
Martin Blapp
mb at imp.ch
Sat Mar 29 15:38:53 PST 2003
> 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
More information about the freebsd-java
mailing list