ADC Home > Reference Library > Technical Q&As > Legacy Documents > Java >
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:
|
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
|
|