Parsing Engine

danbikel.util
Class JarRunner

java.lang.Object
  extended by danbikel.util.JarRunner

public class JarRunner
extends Object

Runs a jar application from a URL. Usage is

    java JarRunner mainClass url [args...]
 
where url is the URL of the jar file and args is optional arguments to be passed to the application's main method. Modified from a version taken from Sun's Java website (The JarRunner Class).

See Also:
JarClassLoader

Constructor Summary
JarRunner()
           
 
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

JarRunner

public JarRunner()
Method Detail

main

public static void main(String[] args)

Parsing Engine

Author: Dan Bikel.