0

I've recently migrated an applet to a standalone application which uses Java Swing after the disappearance of applets in Java 11.

Then, I converted my application.jar to an executable file (Windows/Mac/Linux).

The problem is that I'd like to keep updating my app versions with bug fixes in a flexible way. My goal is to maintain versions with batch or other means but without re-installing the entire application.

I wonder if someone already have worked on this type of technology?

Mikhail Kholodkov
  • 23,642
  • 17
  • 61
  • 78
Nadir Fouka
  • 452
  • 4
  • 14
  • *"I wonder if someone already have worked on this type of technology?"* Yes. It's called Java Web Start and is based on the same plug-in that runs applets (and has been deprecated). – Andrew Thompson Nov 14 '18 at 21:27
  • 1
    https://stackoverflow.com/questions/4002462/how-can-i-write-a-java-application-that-can-update-itself-at-runtime – zakki Nov 19 '18 at 06:46
  • Thank you , https://i.stack.imgur.com/QyhXQ.jpg – Nadir Fouka Nov 19 '18 at 08:03

0 Answers0