Java Launcher

Name Java Launcher
Version 1.1
Last Update 2004-04-19
License GNU Lesser General Public License

The Java Launcher provides an easy and comfortable way to launch Java applications.

Ever had an hour of bugtracking why the project worked just fine when launched directory from your IDE but didn't quite run that smoothely when launched from the command line? Ever found out that all that the error was as simple as a missing classpath entry for one of your libraries?

The launcher puts an end to command lines like

java -cp "/home/test/testapplication.jar:/home/test/log4j.jar:/home/test/servlet.jar" test.TestApplication -debug -verbose

or even worse, by reducing the command line call to a simple

java -jar launcher.jar

and everything else is configured within an XML configuration file.

Take a look into the Javadoc for a detailed explaination of the available options.

To the Project Page

Resources:
- Binary distribution
- Source distribution
- Javadoc online