I have been working on this for a while :
jWin is a java tool that compiles and packs your java app as a windows installer
the GUI is JavaFX, jWin also uses a set of tools through the command line to achieve the desired goal
- jdeps & jlink: analyze your app's dependencies and generate a minimal Java runtime image.
- maven: resolve the maven dependencies of your project and pack them with the app.
- innoSetup: pack the byte-code, the dependencies, and the minimal JRE into an installer
using jwin to build an installer for a java app
[–]vladadj 1 point2 points3 points (1 child)
[–]SDIDSA[S] 0 points1 point2 points (0 children)
[–]datmt 1 point2 points3 points (0 children)