JuggerNET Runtime Library

IJvmOptions.AppendToClassPath Method 

Append a classpath root to the classpath. A classpath root is a directory or a jarfile or a zipfile.

void AppendToClassPath(
   string cproot
);

Parameters

cproot
A directory or a jarfile or a zipfile. When using direcotries, be sure to configure the class hierarchy's root directory, and not the directory in which the class of interest resides. For example: you want to make the class com.myfirm.MyClass available. Instead of configuring C:/temp/com/myfirm, you have to configure C:/temp.

See Also

IJvmOptions Interface | Codemesh.JuggerNET Namespace