class not found (older computer/browser)

Ok I have apache set up on my win2k machine. In an html file I have

<applet code="Game.class" width=304 height=284></applet>

. Ok so, the applet loads when I do //localhost/java/view.html but it doesn't work when I access the page from an old computer. The old computer is a Mac 9 with IE 5.1 and Netscape 6. Both complain about class not found.

[404 byte] By [ieatjavaa] at [2007-11-26 21:10:41]
# 1
Check out the java console. It may give more information.Also check your apache logs. Confirm that the applet class is being requested, that it finishes with a 200 status, and that the number of bytes sent is correct.
paulcwa at 2007-7-10 2:47:37 > top of Java-index,Java Essentials,New To Java...