Chapter 5. Creating a Red Hat Process Automation Manager project

You can create and manage a Red Hat Process Automation Manager project in Red Hat CodeReady Studio.

Prerequisites

  • Red Hat CodeReady Studio is installed with the Red Hat Process Automation Manager plug-ins.
  • Red Hat Process Automation Manager runtime environment is installed.

Procedure

  1. In Red Hat CodeReady Studio, from the main menu, click FileNewProject.
  2. In the search field, enter Drools Project, select Drools Project, and then click Next.
  3. Select the second option to create a project with a Red Hat Process Automation Manager example, and then click Next.
  4. In the Project name field, enter a name for the project.
  5. Click Finish.
  6. Complete the following steps to test the project:

    1. Navigate to the src/main/java directory and expand the com.sample package.
    2. Right click a Java class and select Run AsJava Application.

      The output is displayed on the console tab.