danbikel.util
Class JarRunner
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JarRunner
public JarRunner()
main
public static void main(String[] args)
Author: Dan Bikel.