public final class TwillLauncher extends Object
Constructor and Description |
---|
TwillLauncher() |
Modifier and Type | Method and Description |
---|---|
static void |
main(String[] args)
Main method to unpackage a jar and run the mainClass.main() method.
|
public static void main(String[] args) throws Exception
args
- args[0] is the class name of the mainClass, args[1] is a boolean, telling whether to append classpath
from the "classpath.txt" runtime config jar or not. The rest of args are arguments to the mainClass.Exception
Copyright © 2013-2020 The Apache Software Foundation. All rights reserved.