6.2. Project Creation

Procedure 6.1.  Create a New Project

  1. Select FileNewProject.
  2. Select jBPMjBPM project.
  3. Enter a name for the project into the Project name: text box and click Next.

    Note

    JBDS provides the option to add a sample HelloWorld Process to the project. Accept this default to test the sample project in the next step.
  4. To test the project, right click the Java file that contains the main method and select Runrun asJava Application.
    The output will be displayed in the console tab.