jbootstrap


Bootstraps your Java application without complex CLASSPATH settings

Have you been tired of continuously (re)adjusting the CLASSPATH when developing a new application/library? Have you been tired of issuing ever increasing "export CLASSPATH/set CLASSPATH" statements in your shell executable that fires-up your application?

Then jbootstrap can take your headaches away. Just gather all your JAR dependencies under one directory and run your application by simply specifying this directory. jbootstrap will pick up the JARs, create an appropriate classloader and fire-up your application instantaneously.

If you use maven, the repository is http://ckkl-core.svn.sourceforge.net/svnroot/ckkl-core/m2repo

Project Information

Labels:
CLASSPATH JAR ClassLoader ckkl java bootstrap