A couple of months back I installed Java 1.2.1 on two Alphas running DU 4.0B.
Yesterday I installed it on a 3rd system. However I am finding a difference
between the 2 setups. On the original 2 machines I get
=> java -version
java version "1.2.1-2"
Classic VM (build J2SDK.v.1.2.1:07/02/1999-03:15, native threads, jit_121)
but on the 3rd one I am getting
=> java -version
Warning: JIT compiler "jit_121" not found. Will use interpreter.
java version "1.2.1-2"
Classic VM (build J2SDK.v.1.2.1:07/02/1999-03:15, native threads, nojit)
As far as I can tell I have installed exactly the same packages using "setld".
These are
JAVA121, JAVAAPIDOC121, JAVADEV121 and JAVADOC121
I can't see any references in the documentation to a separate package for the
JIT compiler. There may be a few differences between the systems in terms of
patches installed, and the original 2 machines previously had Java 1.1.5
installed, which I did not remove.
Can anyone give me a pointer as to what could be causing the new installation
to be complaining about the JIT compiler?
--
Hugh M. Conner
Computing & Electrical Eng.
Heriot-Watt University
hmc_at_cee.hw.ac.uk
"Life is a lemon, and I want my money back"
Received on Thu Feb 24 2000 - 09:26:00 NZDT