このコンテンツは選択した言語では利用できません。
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 Developer Studio.
Prerequisite
- Red Hat Developer Studio is installed with the Red Hat Process Automation Manager plug-ins.
- Red Hat Process Automation Manager runtime environment is installed.
Procedure
-
In Red Hat Developer Studio, from the main menu, click File
New Project. -
In the search field, enter
Drools Project
, select Drools Project, and then click Next. - Select the second option to create a project with a Red Hat Process Automation Manager example, and then click Next.
- In the Project name field, enter a name for the project.
- Click Finish.
Complete the following steps to test the project:
-
Navigate to the
src/main/java
directory and expand thecom.sample
package. Right click a Java class and select Run As
Java Application. The output is displayed on the console tab.
-
Navigate to the