ILOG JRules User Guide > Running and Debugging > Tasks > Building and Running > Running a Rule Project > Setting a Custom Execution Object Model Classpath

You can specify a custom classpath for your rule project.

To specify the classpath:

  1. Select Run > Run. The Run dialog box opens.
  2. In the Configurations area, select your launch configuration. See Running a Rule Project if you have not set up a launch configuration for your rule project.
  3. Click the Classpath tab, then the Execution Object Model Classes, and clear the Use default source lookup path.
    1. Click Add Projects to add a Java project to the class path.
    2. Click Add JARs to add a JAR file that is already in the workspace to the class path.
    3. Click Add External JARs to add a JAR file that is outside the workspace to the class path.
    4. Click Advanced to add a folder, a variable or a container to the class path.
  4. Click Apply to save your configuration.

Related Concepts

Rule Engine
Execution Object Model (XOM)
Launch Configurations

Related Tasks

Creating a Debugger Launch Configuration
Building a Rule Project
Setting a Custom Execution Object Model Classpath
Running a Rule Project