ILOG JRules User Guide > Running and Debugging > Tasks > Building and Running > Running a Rule Project > Setting Ruleset Parameter Values

Before executing or debugging a rule project, the rule engine needs a value for all in and inout parameters contained in your rule project.

To set ruleset parameter values:

  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 Parameters tab. The Parameters page displays all in and inout parameters currently contained in your rule project.
  4. To set a value for a parameter, select the parameter line, and click Edit Value.
  5. The dialog that opens enables you to set the value. The value can be a simple expression, or a function body. The function body enables you to add several lines of code. Its return value is the value of the parameter.
  6. Click OK when you have set the parameter value.
  7. 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