Hey everyone, I have a problem with HTML/Java. My HTML code is:

<html>
<head>
<title>Bar Chart (1.1)</title>
</head>
<body>
<h1>Bar Chart (1.1)</h1>
<hr>
<applet code="Algorithm.class" width=250 height=130>
alt="Your browser understands the <APPLET> tag but isn't running the applet, for some reason."
Your browser is completely ignoring the <APPLET> tag!
</applet>
<hr>
</body>
</html>

And the applet is good, I also tried other applets from random websites online.

No matter what I do, my browsers (IE and FireFox) both say:

"There was an error while executing the application" - Occasionally the CPU load will spike to 100%, with no visible draining application on the list.

What am I doing wrong?

Thank you VERY much in advance