JExecutable

 

Jexecutable - Java Exe Maker

Jexecutable takes your Java jar files and wraps them with an executable (.exe) so that your Java program can be executed just like a native Windows application. Jexecutable (aka J2exe, java2exe, exe4j) comes as a zip file that you can expand to your drive and start using immediately.

Download Jexecutable.zip for free.

Jexecutable makes your Java application work like a normal Windows executable. Your application exe name appears in the process list instead of the dreaded java.exe. This makes it easy to manage the process.

The executable wrapper loads the JVM as a DLL. Your application jar file is embedded into your application as a resource. Other jars can be shipped along side the application. The user can edit a classpath.txt file to add more jars (such as JDBC drivers) on the classpath.

JExecutable also comes with a JNI API that your Java application can call to use Windows specific APIs.

JExecutable Features and Documentation

.

 

[Home] [Features] [Create Java Exe] [Command Line] [Ant Task] [JNI Functions] [JExecutable FAQ] [License]

jexecutable@gurusoft.net