I'm using Eclipse for my code, and my package name is com.neelsomani.rocketman.
I'm not sure how to properly upload my Java applet. So far I have two classes in the same .java. I compile my code, then look in bin/com/neelsomani/rocketman. There are four .class files there. There is RocketMan$1.class, RocketMan.class, RocketMan$2.class, and RocketMan$Meteor.class.
I tried uploading all of these to my website but it didn't work. I used RocketMan.class for the code attribute of the applet tag. Here is the link to the page: http://www.theawesomenesssite.com/applet/rocketman.php.
You can view the way I uploaded the files here: http://www.theawesomenesssite.com/applet/.
I keep my images folder in the bin folder on my Mac and it runs fine. Is there some place that I should be putting the folder on my site?
Thanks.
Neel