Create operative system processes.
1 java.process
<java.process
workdir='workdir'
classpath='classpath'
mainclass='mainclass'
/>
Attributes | |||||
---|---|---|---|---|---|
Name | Type | Required | Default | Description | |
Aworkdir | string | Name of the class to instantiate. | |||
Aclasspath | string | Path of the class. | |||
Amainclass | string | Name of the main class |
Returns | |
---|---|
Type | Description |
Exit value | The exit value of the subprocess is returned. By convention, the value 0 indicates a normal completion. |