ILOG JRules User Guide > Running and Debugging > Tasks > Building and Running > Running a Java Application with Rules > Setting the Rule Source Path

When a rule is being debugged, Rule Studio tries to show the IRL rule file containing the rule to highlight the position where the debugger is stopped. The debugger has a lookup path to find this rule file.

To specify the rule source path to the debugger:

  1. Select Run > Run. The Run dialog box opens.
  2. In the Configurations area, select your launch configuration. See Running a Java Application with Rules if you have not set up a launch configuration for your Java project for rules.
  3. Click the Source tab. In the Source page, click the Rule Source Path tab
  4. To customize the lookup path, clear the Use default source lookup path box.
  5. Click Add RuleApp to add all the rules of the rule projects that compose the RuleApp at once to the rule source path.
  6. Click Apply to save your configuration.

Related Concepts

Launch Configurations

Related Tasks

Creating a Debugger Launch Configuration
Setting the Rule Source Path
Running a Rule Project