Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Software Auto Updater in Java [duplicate]

Tags:

java

I'm developing a software which I will patch early & often, so I'm looking into an autoupdater made in Java.

If I google "auto updater java" it gives me the auto updater for Java, not software in general.

EDIT: Java Web Start and JNLP are not viable options since they're buggy and not reliable at all (or such is the general opinion).

like image 688
Howie Avatar asked Dec 09 '25 23:12

Howie


1 Answers

Use Java Web Start. It will automatically update your application, when you have an updated version. If properly configured. JNLP works well. Check out the JnlpDownloadServlet Guide.

Also Check out Andrew Thompson's site.

With jnlp, you can

  1. Add a custom icon.
  2. Install a shortcut on desktop.
  3. Add application in the start menu.
  4. Add a custom splash screen.
like image 109
Sorter Avatar answered Dec 12 '25 13:12

Sorter



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!