
Java Launcher contains 4 features:
1. Run Java applications and applets by double-clicking class files in Windows explorer
as if they are normal Windows executable files.
at same time, the software can check class errors (such as package error) and monitor streams for Java exceptions.
2. Launch Java source code and class hierarchy by right-clicking class files from Windows explorer
class files are not restricted to application and applet classes, they can be any.
class hierarchy is in graphic format, which can check Java errors for you
3. Create Windows exe files
the software compresses all class and other files (such as image files) into a single exe file.
the exe file can be launched by double-click in Windows Explorer as if it is a normal Windows executable file.
user icon, arguments of Java method main(), system and user classpaths can be added to the exe file.
You can distribute the single exe file to your customers without other files.
4. Create executable jar files
the jar files are compressed from all class and related files and compatible with multiple platforms.
you can launch Java application by double-click the jar files if using Windows.