Aria Bamdad wrote: > > Hi, > > I downloaded the IBM Java SDK 1.4.1 RPM from the IBM site. It installs > just fine but when I issue 'java -version' I get the warning: > "JIT compiler 'jitc' not found. Will use interpreter." > and later: "(JIT disabled)". > > With version 1.3.1 had no problems like this. > > I do have the (ibmsdkdir)/bin and (ibmsdkdir)/jre/bin in my PATH. > I cannot figure out why the 1.4.1 version says it can't find the JIT > compiler. The file libjitc.so is in the /jre/bin directory. > > Anyone else has seen this problem?
Which distribution? Install the RPM that contains the C++ runtime libs. I think for sles8 it is compat-libstdc++ or something like that. You can do: java -verbose -version and look for the message about "couldn't find lib xyz" and work from that to the RPM. This is all from my vague memory, so take with a grain of salt. Paul Landay
