Return the class path of the Java virtual machine in the form of a cell array of strings.
If called with no inputs:
If called with a single input parameter what:
"-dynamic"
Return the dynamic classpath.
"-static"
Return the static classpath.
"-all"
Return both the static and dynamic classpath in a single cellstr.
See also: javaaddpath, javarmpath.
Package: octave