Skip to Main Content

New to Java

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

test java applet not working in ie8

883540Aug 19 2011 — edited Aug 20 2011
I'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
This post has been answered by Kayaman on Aug 20 2011
Jump to Answer

Comments

Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Sep 17 2011
Added on Aug 19 2011
6 comments
731 views