I have developed an applet. The problem is that every time when i access the page that contains applet, applet is downloaded. Java Runtime Enviornment 6.0 is installed at my machine. Is this the issue with Java Runtime Enviornment?
Please tell me in detail.
Regards,
Israr Ahmed
Ulf Dittmer
Marshal
Joined: Mar 22, 2005
Posts: 35223
7
posted
0
Welcome to JavaRanch.
You should package the applet in a jar file (see the archive attribute described here), and make sure that in the Java Plugin control panel jar file caching is turned on.