“Automatic updates” for Java (desktop) application?

前端 未结 4 593
甜味超标
甜味超标 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:32

    Take a look at Equinox p2, which is probably what you meant by "Eclipse RCP's OSGi stuff"... AFAIK you will need to OSGi-ify your app to use p2 (which at the very least means making your whole application one big bundle).

提交回复
热议问题