http://www.gasuinfo.org/planetarysystem/index.html
<html>
<head>
<title>Planetary system</title>
</head>
<body>
<p> Applet</p>
<p align=center>
<applet code="applet.class"
archive="planetary.jar"
width="900"
height="600"
>
</applet>
</p>
</body>
</html>
if i run my applet from eclipse, then it works fine.
in command line i wrote jar cvf0 planetary.jar *, jar file was created
and i uploaded it and i have index.html, applet.class and planetary.jar file
the applet just doesn't run. i've googled much about it, made it very simple, without codebase etc. also it doesn't work on my pc i get my applet as transparent and doesn't work. why is it so?