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.

public IJvm Load();

Return Value

a Jvm instance or throws an exception if something went wrong.

Implements

IJvmLoader.Load

See Also

JvmLoader Class | Codemesh.JuggerNET Namespace | JvmLoader.Load Overload List