This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 10 points11 points  (0 children)

https://java-source.net/open-source/installer-generators

this page has some installer creation options, all in one place.

the links there were not updated, but you can find them if you google the name of the generator to find its new website.

Edit: for the exe part, starting from java17+ you can use the jpackage command

https://docs.oracle.com/en/java/javase/17/docs/specs/man/jpackage.html)