Reference > Rule Studio User Interface > Wizards > New Java Project for Rules Wizard

Java projects for Rules are used to create an Eclipse Java project that contains the code necessary to invoke ruleset execution.

To open the wizard, on the File menu click New > Other, expand ILOG Rule Studio and select Java Project for Rules.

Table 32 New Java Project for Rules Wizard
Section/Buttons 
Purpose 
Project name 
Specify a name for the project. 
Project contents 
Select Use default or specify a Directory in which to create the new Java project. 
Select a rule project 
Enter or select a rule project name. 
Select a template 
Select one of the following templates: 

Related Concepts

Rule Engine

Related Tasks

Creating a Java Project for Rules
Setting the Classpath to Contain the XOM and the Rule Engine
Writing a Ruleset Execution Method
Getting Notification During Ruleset Execution

Related Samples and Tutorials

Rule Engine Integration