> I just downloaded the JDK1.2 pre2, and installed it. Anytime I try and
> invoke the jvm (ie. java <classname>) it comes back and tells me that it
> cannot find the JIT (sunwjit) and that it is switching to interpreted
> mode instead.
> Any ideas on why and how to fix it?
The access permissions of some of the files in the archive are wrong.
Do this:
chmod 755 jdk1.2/jre/lib/i386/libsunwjit.so
chmod 644 jdk1.2/jre/lib/fonts/*
CU,
Stefan
----------------------------------------------------------------------
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]