i created a game in applet and i want to put it on a site. the problem is that my games has alot of classes. how can i use applet tag to up it online?
java.php
<html>
...
<applet code = "Main.class" width = 900 height = 400> </applet>
...
</html>
my folder tree
-java_game
-java.php
-main.class
-item.class
-background.clas
-enemy.class
-...
-music
-...
-image
-...