JexePack compresses Java applications and their resources, including JNI DLLs, into a 32-bit Windows EXE file for use with the Java Runtime Environment. It also supports Windows NT services.
One of the great features of JexePack is that your end-users only see a standard EXE, complete with a nice icon that you define. However, your program is still all Java and run by a Java VM. This makes it a seamless experience for your users.
Overall, JexePack is an ideal choice for developers looking to deploy their Java application as a Windows EXE. It is easy to use, supports both console and windowed applications, and allows for a seamless user experience.
Version 8.3a: added VS_VERSION_INFO capability to generated EXE's