ADC Home > Reference Library > Technical Q&As > Legacy Documents > Java >

Legacy Documentclose button

Important: This document is part of the Legacy section of the ADC Reference Library. This information should not be used for new development.

Current information on this Reference Library topic can be found here:

How to Disable the JIT


Q: How do I disable the JIT?

A: You can manually move the "MRJ Symantec JITC" library file out of the MRJ Libraries folder; move it outside the System Folder, but not into the same folder as the application you are running. Because of the way shared libraries are loaded, if the library file is located in the same folder as the application running Java, whether the application is a browser, the Apple Applet Runner, JBindery, or a double-clickable JBound application, the JIT library will be located and activated. Programmatically, you can call the method Compiler.disable() from the beginning of your program's main() method.

[Feb 22 1999]


Did this document help you?
Yes: Tell us what works for you.
It’s good, but: Report typos, inaccuracies, and so forth.
It wasn’t helpful: Tell us what would have helped.