Hello, I have both a jar file for my game and the class uploaded to a server and the following code:
<applet>
code = "RammusRunClean.class"
archive = "RammusRun.jar"
width = 1000
height = 300
<applet/>
but it is not working for some reason. Does anyone have suggestions on how to get .jar games on your website?