I’m really bothered by the fact that Java Webstart caches my files.
I am updating my game files frequently but Java Webstart does not detect many changes.
E.g.
- Updates to splash image not detected
- Updates to icon images not detected
- Adding a jar file to the jnlp file is not detected
Isn’t there a way to FORCE webstart to redownload all files each time it runs a jnlp, and also redownload the jnlp? In effect, turn off ALL caching?

