Java Webstart intermittant JAR not updating

前端 未结 8 969
眼角桃花
眼角桃花 2020-12-30 07:29

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

8条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-12-30 07:48

    I had the same issues as yours and solved it by doing the following:

    1. Change

      to

    2. Put $VERSION into the Run

    We automatically update $VERSION for every deployment.

    I know it's an ugly solution but it's one that works for us everytime.

提交回复
热议问题