In java.exe sometimes you can turn off the jit like this:
java.exe -Djava.compiler=NONE HelloWorldmake sure the -D option comes first, or it will be taken as a parameter to HelloWorld.
With Symantec, you can turn the JIT feature on and off this way:
REM use JIT SET JAVA_COMPCMD= REM use Interpreter SET JAVA_COMPCMD=DISUnfortunately, capturing these commands in a BAT file has no effect since environment changes are discarded as soon as the bat file finishes.
In Netscape, you can turn the JIT feature on and off this way:
@echo off rem jiton:jitoff d: cd"Program Files\Netscape\Communicator\Program\Java\bin" if"%1"=="on"rename jit3240.off jit3240.dll>NUL if"%1"=="off"rename jit3240.dll jit3240.off>NUL if exist jit3240.dll echo jit now on if exist jit3240.off echo jit now off rem -30-
![]() |
and suggestions to improve this page to Roedy Green : | ||
| Canadian Mind Products | |||
| mindprod.com IP:[65.110.21.43] | |||
| Your face IP:[38.103.63.18] | The information on this page is for non-military use only. | ||
| You are visitor number 14,800. | Military use includes use by defence contractors. | ||
| You can get a fresh copy of this page from: | or possibly from your local J: drive (Java virtual drive/Mindprod website mirror) | ||
| http://mindprod.com/jgloss/jit.html | J:\mindprod\jgloss\jit.html | ||