JuggerNET Runtime Library

JvmLoader.Load Method

Attempts to load a JVM using the configured settings. This version of the Load() method accepts a preloaded JVM. This method will throw a JuggerNETFrameworkException if a registered config hook causes an exception to be thrown. The root exception is maintained by the JuggerNETFrameworkException.

Overload List

Attempts to load a JVM using the configured settings. This version of the Load() method accepts a preloaded JVM. This method will throw a JuggerNETFrameworkException if a registered config hook causes an exception to be thrown. The root exception is maintained by the JuggerNETFrameworkException.

public IJvm Load();

Attempts to load a JVM using the configured settings or optionally uses an already loaded JVM. This method will throw a JuggerNETFrameworkException if a registered config hook causes an exception to be thrown. The root exception is maintained by the JuggerNETFrameworkException.

public IJvm Load(bool);

See Also

JvmLoader Class | Codemesh.JuggerNET Namespace