Launch4j is a cross-platform Java executable wrapper for creating lightweight Windows native EXEs. It provides advanced JRE search, application startup configuration and better user experience.
Changes in version 3.9 (20-07-2016)
- Ticket #146 Fixed java version check where the update number was greater than 99 (e.g. 1.8.0_101).
- Enlarged the total classpath length to 30KB.
- Ticket #142 Unbound VersionInfo returns wrong LanguageID (Sebastian Bögl).
- Ticket #141 Ensure encoding of resource file to be iso-8859-1 (Thomas Scheithauer).
- More reactive splash screen response to main window appearance (Federico Fissore).
- FR #95 Launch4j should return an exit value (Sebastian Bögl).
- FR #94 Add the working directory classifier for OS X (Sebastian Bögl).
- FR #39 Launch Java VM through JNI (Ryan Rusaw) - BETA!
- FR #69 Configure the language property of generated executables (Sebastian Bögl).
- FR #77 Add legal trademarks as an additional field in version info tab (Sebastian Bögl).
- Added a simple example how to use the Maven plugin (demo/ExitCodeApp).