I have installed j2sdk1.4.2. I have a applet class and view this in IE. IE didn't recognize the <applet> tag.

VB Code:
  1. <applet code="applet1.class" width="100" height="200">
  2. </applet>

It display the same thing in IE:
VB Code:
  1. <applet code="applet1.class" width="100" height="200">
  2. </applet>