Example: Init Prototype 2

The following is a code example:

public class HelloWorld {

    public static void main(String[] args) {

        EMXMLInvoker.init(args);

        ...

    }

}

The following is a run example:

java HelloWorld -ServerURL http://my-machine:18080

Parent Topic

Init