Reset Java applet on reboot

I need to exit firefox and restart it so that the applet is updated ... its anonymity since I still program it, changes in class files ... I am missing some codes that prevent it from updating the applet and still takes one from the cache ???

So, I have a .jar applet on my website - a simulation game that spawns an army whenever the user clicks on the screen ... however, whenever I refresh the page, the previous army is still present on the screen. I want it to be updated (as if we were just launching the application for the first time).

Any suggestions?

I would really appreciate it

Thank....

+3
source share
1

, Jar, , applet.jar?build=123 build123/applet.jar. , , , Ant.

, separate_jvm, . 1.6. JVM, , , - - .

+2

Source: https://habr.com/ru/post/1736143/


All Articles