JuggerNET Runtime Library

IOptions.DefaultJvmPath Property

The JVM that would be selected by the runtime library to be used in in-process mode if no JvmPath is specified explicitly. This is the full path to a file which is usually called jvm.dll and is in a subdirectory of a Java Runtime Environment (JRE). This is a read-only property that allows you to query the choice made by the runtime.

[ConfigOption(OptionName="null", Name="null")]
string DefaultJvmPath {get;}

Property Value

The default JVM that would be used in in-process mode if JvmPath is not specified explicitly.

See Also

IOptions Interface | Codemesh.JuggerNET Namespace