Possible Duplicate:
How can I write a Java application that can update itself at runtime?
Hello guys, I want to be able to run a live update on my application.. So when there is an update, it notifies the user and then when allowed it downloads the necessary files and not the whole application again. I just need a detailed breakdown on what I need to do to achieve this.