For CIM scripts, new classpaths can be added at runtime using one of the following static methods:

atg.cim.SessionContext.addClassPath(String);
atg.cim.SessionContext.addClassPath(File);

This is used These methods can be called repeatedly as duplicates are filtered out.

 
loading table of contents...