My browser can't find my .class file. I recently made an applet in java and was curious to see what it would look like in a web page. Well, whenever I load the HTML page, the status bar says the class isn't found. Is there an easy way to fix this, or am I missing something obvious?

Code:
<applet code="classname.class" width="335" height="150"></applet>