The rule engine locates the execution classes using the classpaths in the following order:
-
The engine searches for an execution class in the path of the Add Object Model from Current Engine option.
-
If it does not find the class, it searches for a dynamic class in the paths specified in the User Dynamic Class
-
If the engine does not find a dynamic class, it looks for a native class, starting the search in the User Java Classpath.
-
If the class is not in the User Java Classpath, the engine looks in the System Java Classpath.
-
Finally, if the class is not in the System Java Classpath, the engine searches for it in the Boot Java Classpath.
See Also
Setting the Classpaths
|