Self-update a Java Application
807569Aug 8 2006 — edited Aug 8 2006Hi guys,
I have implemented a Java desktop application that connects to a central server. However, there's still a core feature "self-update" haven't been implemented yet. Basically, the program checks if a new version is available upon every start. If so, it should automatically download the new version and silently install it. The question is: are there any good methods that has been known working really well?