Packaging a Java App for Distribution on Windows
There is a discussion about this topic on this link:
https://stackoverflow.com/questions/7720/packaging-java-apps-for-the-windows-linux-desktop
Packaging a Java App for Distribution on Mac OS X
Follow the instructions by Oracle:
https://docs.oracle.com/javase/7/docs/technotes/guides/jweb/packagingAppsForMac.html
Packaging a Java App for Distribution on Linux
There is a discussion about this topic on this link:
https://stackoverflow.com/questions/7720/packaging-java-apps-for-the-windows-linux-desktop
External References
- Max Sauer & Patrick Keegan; “Packaging and Deploying Desktop Java Applications [with NetBeans]“; NetBeans
- Stackoverflow; “How to change Java app name in the launchpad”; Stackoverflow
- Stackoverflow users; “Packing Java applications for the Windows/Linux Desktop“; Stackoverflow
[…] To know more about how to create a self-contained Java executable file, please check this post. […]