Generate native installers/executables from a JAR file
By pixelherodev, with 1 reply.
Replied to by davmac, over 9 years ago:
It isn't clear to me exactly what you are asking. The Greenfoot build scripts are not automatically generated, they were written by hand. If you want to use them to create an executable launcher/installer for another application then you would need to modify them to remove Greenfoot-specific files and include appropriate references to your own file(s). (You'd need to modify the build.xml files, the Wix script, the native launchers (C/C++), the package templates).
Recent versions of the JDK include a "javapackager" tool which can package Java applications to native deployment bundles. This m