GetClassPath()

edit

Returns an array containing the Java classpath of the current environment.

GetClassPath( );

Returns: Array

This function does not take any arguments.

Examples

edit
writeDump(getClassPath());

See also