Click or drag to resize

RuntimeManagerJavaRuntimeParameters Property

Gets or sets the command line options to start a Java Virtual Maschine (JVM)

Namespace:  OpenTestSystem.Otx.Runtime.Api
Assembly:  OpenTestSystem.Otx.Runtime.Api (in OpenTestSystem.Otx.Runtime.Api.dll) Version: 5.5.0.0 (6.1.0.31040)
Syntax
public string JavaRuntimeParameters { get; set; }

Property Value

Type: String

Implements

IRuntimeManagerJavaRuntimeParameters
Remarks

The Java runtime parameters are the command line options to start a Java Virtual Maschine (JVM). The syntax of parameters depends from the JVM. The following link lists some possible Parameters for Oracle JVM, see Command-line Options.

Important note Important
The value should be set before a runtime process was started, e.g. before a PTX/PPX was loaded.
See Also