Skip to content
Advertisement

Tag: auto-update

Automatically update jar files

I am currently working on desktop software based on java.It’s quite a big code base (more than 40 jar files). I wish to provide an automatic update functionality. The desktop software constantly checks one back end system to see if there are new versions of the jar files available. The problem now is: How to replace the updated jar files?

Advertisement