Jelude is a short NSIS script designed to allow JAR files to be wrapped in an EXE file so they can be made distributable to Windows users. The main advantage over distributing JAR files alone is that the end user is prompted when a Java Runtime Environment (JRE) is not found on the computer and an option is provided to download it.
Other features include:
- A single distributable with no floating files.
- Support for multiple JAR files.
- Runtime parameters are transferred to the Java application.
- An optional splash screen can be shown at startup.
- Free
Note that Jelude does not convert your actual Java code into a native application... read more
RECOMMENDED DOWNLOADS IN THIS CATEGORY