test java applet not working in ie8
883540Aug 19 2011 — edited Aug 20 2011I'm new to Java and I'm doing some tutorials from a Java programming book. I created an HTML document with the following applet code:
<applet name="HelloWeb"
code="HelloWeb.class"
width=150
height=100>
</applet>
It's a simple document meant to test a basic applet that displays "Hello, World Wide Web!". However, when I view the page in IE8, the applet displays an error message (which I can't seem to decipher). Can anyone help me with this?
Edited by: 880537 on Aug 19, 2011 7:42 PM