Skip to Main Content

Java Programming

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!

Problems with running Applet through HTML

803569Nov 26 2010 — edited Nov 27 2010
I am currently having problems with running my file through the HTML. For some reason when I open it in the browser it keeps saying Error. I am programming in NetBeans.

The code I am using is:

<html>
<head>
<title></title>
</head>
<body>
<applet code=”CarApplet.class” codebase="RedCarApplet.jar" width=690 height=300></applet>
</body>
</html>
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Dec 25 2010
Added on Nov 26 2010
11 comments
185 views