JIT compiler "jitc" not found
843798May 11 2007 — edited May 15 2007Hi,
I've just installed JVM 1.4.2 for Unix Systems Services on z/OS 1.4 mainframe.
When I issue the command java -version I get the following:
# java -version
Could not load dll : /usr/lpp/java/IBM/J1.4/bin/libjitc.so
: EDC5157I An internal error has occurred.
Warning: JIT compiler "jitc" not found. Will use interpreter.
java version "1.4.2"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2)
Classic VM (build 1.4.2, J2RE 1.4.2 IBM z/OS Persistent Reusable VM build cm142-
20070329 (SR8) (JIT disabled))
I have check for libjitc.so in the java directory and it is there. Java compiles and runs fine. Can anyone help?