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.
Post a Comment
No comments:
Post a Comment