JuggerNET Runtime Library

IOptions Properties

The properties of the IOptions interface are listed below. For a complete list of IOptions interface members, see the IOptions Members topic.

Public Instance Properties

DefaultJvmPath 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.
JvmPath The JVM that is to be used in in-process mode. This is the full path to a file which is usually called jvm.dll and is in a subdirectory of the Java Runtime Environment (JRE).
NoshutdownProcessing Governs whether the application should attempt to perform cleanup in the JVM when shutting down. This defaults to false, but some applications may require setting this property to true if they experience shutdown crashes.
Remote Specifies whether to use in-process or out-of-process runtime mode. If you use a value of true here, you will need to configure at least the IRemoteOptions.ConnectionString property.
TraceFile A file into which trace messages are written. If not specified, all tracing output is going to stdout.
TraceMethod Allows you to register a custom tracing method.

See Also

IOptions Interface | Codemesh.JuggerNET Namespace