简体   繁体   中英

Checks for update when launch Java web start

Application launch through Java web start(JWS) checks for update when we are launching it. Is there any way that we can prompt the users to download updates and if user say yes then it'll download the update otherwise execute old application without update?

Thanks in advance...

Use the update element with a policy attribute of "prompt-update". For example:

<update check="always" policy="prompt-update">

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM