There is a need to distribute a jar to clients. Ho...
# spring
y
There is a need to distribute a jar to clients. However, there will be future releases of the jar. As such are there any good autoupdate software for future jar releases to the clients?
c
It is probably worthwhile considering using jpackage / jlink to create self contained executables for the target platforms. Then you can as platform tools to manage installation and updates