JuggerNET Runtime Library

IRemoteOptions.JniFallback Property

Attempts to fall back to JNI in-proces mode if no connection with a shared JVM can be established if this property is true.

[ConfigOption(OptionName="null", Name="null")]
bool JniFallback {get; set;}

Remarks

The JniFallback option only makes sense if the Remote property is set to true and if the JVM options for in-process execution are also configured.

See Also

IRemoteOptions Interface | Codemesh.JuggerNET Namespace