public class MainRunner
extends java.lang.Object
The providing resource should satisfy a lookup for java.lang.Class
by returning
a class object that has a main method (i.e. a public static void main(String[])
method).
This class is the main class of the z_embedded.jar
. I.e. given a component x
and
supposing that the Z2_HOME
environment variable is set, calling the main method of x
in an embedded z2 environment can be achieved by the following command line:
java -DcomponentName=<x> -jar z_embedded.jar <args>
Constructor | Description |
---|---|
MainRunner() |
Modifier and Type | Method | Description |
---|---|---|
static void |
main(java.lang.String[] args) |