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 -jacorb.implname StandardNS

Parent Topic

Init