PARAMETER
The PARAMETER
element specifies a parameter to provide on the DVM
command line.
Syntax
<PARAMETER>value</PARAMETER>
- value specifies the parameter value.
Child elements
There are no child elements.
Usage
You use this element to provide parameters for the start of the DVM on the command line.
Parameters are specified within the PARAMETERS
element.
Usage examples
The following example provides two parameters:
- Hello world!
- Again
<PARAMETERS>
<PARAMETER>Hello world!</PARAMETER>
<PARAMETER>Again</PARAMETER>
</PARAMETERS>
Parent elements
This element is a child of PARAMETERS.