- check server for a directory containing updates.
- download the jars to current application directory.
- notify user to restart app.
My concern is with overwriting the old files while the java application is running.
for example myapp.jar and other library jar has been updated and needs to be replaced by downloading the new versions into the current application directory and overwriting it in the process. Is there a way to achieve this? Will it allow overwriting?