JuggerNET Runtime Library

IJvmOptions.ClassPath Property

The application classpath configured for the JVM.

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

Remarks

This property allows you to specify the entire application classpath for the embedded JVM. It might be preferable to use the AppendToClassPath() method because this method of setting a classpath will not overwrite any defaults that might have beed set by configuration hooks.

See Also

IJvmOptions Interface | Codemesh.JuggerNET Namespace | AppendToClassPath | PrependToClassPath