Java Webstart intermittant JAR not updating

前端 未结 8 967
眼角桃花
眼角桃花 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条回答
  •  慢半拍i
    慢半拍i (楼主)
    2020-12-30 07:47

    I had this problem just because I didn't let the app opened time enough to complete the update.

    If you have this option: update check="background" in your JNLP, wait some time before close the application in order to allow the update (that is running on background) finish.

提交回复
热议问题