| Someone wrote in |
IBM JDK *does* work
Just updated the JDK on my powerbook (fedora core development) to 1.4.2.
All you need to run it with the JIT is the following environment variable:
JITC_PROCESSOR_TYPE=6
Without it, it'll crash horribly. Additionally, it'll run with if you specify JAVA_COMPILER=NONE (but performance will suck).
Just updated the JDK on my powerbook (fedora core development) to 1.4.2.
All you need to run it with the JIT is the following environment variable:
JITC_PROCESSOR_TYPE=6
Without it, it'll crash horribly. Additionally, it'll run with if you specify JAVA_COMPILER=NONE (but performance will suck).