Use the MEServer class to fulfill requests from your Tier0 client application that uses the ToolboxME for iSeries jar file. The MEServer creates Toolbox for Java objects and invokes methods on them on behalf of the client application.
Note: To use ToolboxMe for iSeries classes, you must separately download and set up the ToolboxME for iSeries component. For more information, see Downloading and setting up ToolboxME for iSeries.
Use the following command to start an MEServer:
java com.ibm.as400.access.MEServer [options]
where [options] is one or more of the following:
-pcml pcml-doc1 [;pcml_doc2;...]
For important information about using this option, see the MEServer javadoc.
MEServer will not start if another server is already active on the specified
port.