ILOG JRules User Guide > Running and Debugging > Tasks > Building and Running > Running a Rule Project > Setting Up a Launch Configuration

You can also set up a launch configuration in Rule Studio.

To set up the configuration:

  1. Select Run > Run. The Run dialog box opens.
  2. In the Configurations area, select Rule Project, and then click New. A New_Configuration item appears in the Configurations area. Type a name for the configuration in the Name field.
  3. In the Rule Project page, set up your configuration as follows:
    1. Browse to select the rule project you want to run in the Project field.
    2. Select the Stop at first rule statement box if you want to stop at the first rule statement.
    3. Select Launch project with function ilrmain if you want to execute your rule project with a function ilrmain.
  4. In the Parameters page, set values for the in and inout ruleset parameters. See Setting Ruleset Parameter Values for more information.
  5. In the Classpath page, set the classpath for the rule project. See Setting a Custom Execution Object Model Classpath for more information.
  6. Click Apply to save your configuration. Then, click Run.

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