javaloader = {
// The array paths to load
loadPaths = ['#controller.getAppRootPath()#/lib/sapjco3.jar'],
// Load ColdFusion classes with loader
loadColdFusionClassPath = false,
// Attach a custom class loader as a parent
parentClassLoader = "",
// Directories that contain Java source code that are to be dynamically compiled
sourceDirectories = [],
// the directory to build the .jar file for dynamic compilation in, defaults to ./tmp
compileDirectory = ['#controller.getAppRootPath()#/modules/cbjavaloader/models/javaloader/tmp'],
// Whether or not the source is trusted, i.e. it is going to change? Defaults to false, so changes will be recompiled and loaded
trustedSource = false
};