jbootstrap

jbootstrap project bootstraps your Java application without complex CLASSPATH settings.
Download

jbootstrap Ranking & Summary

Advertisement

  • Rating:
  • License:
  • The Apache License 2.0
  • Price:
  • FREE
  • Publisher Name:
  • Christos KK Loverdos
  • Publisher web site:
  • http://code.google.com/p/jbootstrap/

jbootstrap Tags


jbootstrap Description

jbootstrap project bootstraps your Java application without complex CLASSPATH settings. jbootstrap project 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.Basic Usage:java -jar jbootstrap-x.y.z.jar -lib ./lib my.main.App arg1 arg2 ...Requirements:· Java Runtime Environment (JRE) - tested with JRE6 on Ubuntu 7.10What's New in This Release:· The package name was changed from .bootstrap to .jbootstrap.· The library is now built by maven.


jbootstrap Related Software