Without MSJVM error in IE6 not in Firefox
Our company wants to remove MSJVM (XP SP2) but a strange effect occurs when running this testscript (JRE 1.5.0_06 installed):
<applet code=Applet1.class width="200" height="200">
Your browser does not support the <code>applet</code> tag.
</applet>
In IE the warning text (Your browser...) appears; in Firefox the applet is simply loaded. In the console, both IE and Mozilla are tagged for 'applet support'. It worked with IE6 until the MSJVM removal tool removed msjava.dll and other files.
All testpages show a correctly working JRE, and java websites with objecttags work OK. It's simply the applet part that seems to be neglected?!

