Auto Clear Java Web Start Cache Cache

I have a Java Web Start application. I indicate the version of the resource (banks, images, etc.) and change it every time a new version appears. Unfortunately, sometimes resources are not always updated when there is a new version.

Is there a way to automatically (possibly included in the application) way to clear the web start cache?

+3
source share
1 answer

Not a reliable way.

We found that creating a unique URL for each element helps. In other words, expand the file "foo / 20100310 / main.jar", etc. And update the JNLP file accordingly.

+4
source

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


All Articles