org.dellroad.jc.vm
Class JarLoader

java.lang.Object
  extended byorg.dellroad.jc.vm.JarLoader

public class JarLoader
extends Object

Helper class used to implement the "--jar" command line flag.


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

Method Detail

main

public static void main(String[] args)
                 throws Throwable
Invoke the main class from a JAR file.

Parameters:
args - command line parameters with the JAR file name prepended as the first element of the array.
Throws:
Throwable