getClassPath

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

getClassPath() → returns array

This function requires Lucee.  Not supported on Adobe ColdFusion, etc.

Examples
Sample code invoking the getClassPath function

It's containing the Java classPath of the current environment. It supported in Lucee.

 writeDump(getClassPath());

Fork me on GitHub