Is it possible to force cache clearing when a java web start application is updated?

sorin picture sorin · Sep 28, 2010 · Viewed 9.6k times · Source

Is it possible to force cache clearing when a java web start application is updated from the command line?

Answer

Linh picture Linh · Nov 6, 2011

Personally, I'd disable the caching while developing.

Windows: - Go go ControlPanel / Java

Linux: - $JAVA_HOME/bin/jcontrol

-> Temporary Internet Files -> Settings -> Untick "Keep temporary files on my computer"

Click on "Delete files" to clear all cache while you at it.