Setting a custom XOM class path

You can customize the class path for a rule project.

Procedure

To specify the class path:

  1. Select Run  > Run Configurations.

    The Run Configurations dialog opens.

  2. In the Configurations area, select your launch configuration.

    See Running rule projects if you have not set up a launch configuration for your rule project.

  3. Click the Classpath tab, then Execution Object Model Classes, and clear the Use default source lookup path.
    • Click Add Projects to add a Java™ project to the class path.

    • Click Add JARs to add a JAR file that is already in the workspace to the class path.

    • Click Add External JARs to add a JAR file that is outside the workspace to the class path.

    • Click Advanced to add a folder, a variable or a container to the class path.

  4. Click Apply to save your configuration.