Friday, October 12, 2007

Java Faqs - How do I turn off the JIT in the JDK?

In JDK 1.1.x you use the commandline option "-Dnojit". In JDK 1.2/2 you use "-Djava.compiler=none"

One reason for turning off the JIT is to get more information about any exception that is thrown in your code.

By
Shantan Nethikar
9949040106

No comments: