“Automatic updates” for Java (desktop) application?

前端 未结 4 582
甜味超标
甜味超标 2020-11-30 05:38

What system do you recommend for implementing \"automatic updates\" for some java (desktop) application? I\'d also want to have module/plugin installation and update. Think

4条回答
  •  一整个雨季
    2020-11-30 06:36

    Have you looked at the Java Web Start? It checks for updated module on the server and downloads it only if required otherwise things are cached locally on the client PC and starts from there.

提交回复
热议问题