I have a desktop JavaFX 8 application. I need to implement a function for auto-updating the application. Something like 'check for updates' and 'update' dialog in other java applications. How to implement it correctly?
A solution is to use Java WebStart (https://java.com/en/download/faq/java_webstart.xml).