Archive for the 'Java' Category



When you have a lot of jar files that need to be loaded into the CLASSPATH especially if the jar’s are upgraded and change there name often, updating the Manifest file or the command line arguments is a pain.
This script will load all of the jars from a lib dir before starting up your […]