In the section "USING THE JIT COMPILER" in JDK117 README:
appletviewer -D-nojit mypage.html
doesn't work.
It should be:
appletviewer -J-nojit mypage.html
appletviewer -D-nojit mypage.html
doesn't work.
It should be:
appletviewer -J-nojit mypage.html