We want to take advantage of the ability to call Java functions in our XSL templates. How do you configure your classpath so that I can utilize Java code in custom-built JAR files?
A quick execution of System.getProperty('java.class.path') indicates that I currently only have the following JAR files on my classpath during the generation of the template:

\iw-home\FoundationLibraries\JDK\lib\tools.jar;D:\iw-home\ApplicationContainer\bin\run.jar;
Thank you for your help!