We use java Webstart to deploy a java application on our intranet. The application receives frequent updates. Once in awhile a user will launch the application from their de
I had the same issues as yours and solved it by doing the following:
Change
to
Put $VERSION into the Run
Run
We automatically update $VERSION for every deployment.
I know it's an ugly solution but it's one that works for us everytime.