I'm having weird applet errors, it runs fine in JCreator but then when I make a html file with
<applet code = "http://myrealsite.net/testapplet.class" width = "500" height = "500">
It says it can't find the .class file when i have it right there and i can go to http://myrealsite.net/testapplet.class and download it. I'm not sure what I'm doing wrong.