ch.javasoft.tool
Class JarFileCollector

java.lang.Object
  extended by ch.javasoft.tool.JarFileCollector

public class JarFileCollector
extends Object

Java Classpath Collector. Collects jar (and on demand zip files) in one or more directories and outputs the classpath as to be used with the java virtual machine parameter -cp Use --help option to get exact syntax.


Constructor Summary
JarFileCollector()
           
 
Method Summary
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JarFileCollector

public JarFileCollector()
Method Detail

main

public static void main(String[] args)