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());

Signup for cfbreak to stay updated on the latest news from the ColdFusion / CFML community. One email, every friday.

Fork me on GitHub