Click or drag to resize

RuntimeManagerJavaVM Property

Gets or sets the path to the Java VM.

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 JavaVM { get; set; }

Property Value

Type: String

Implements

IRuntimeManagerJavaVM
Remarks

As long as the property has a valid value, this Java VM is used for the Java OTX runtime.

See Also