The client is a separate project.

  1. Switch to Corticon Studio Java perspective.
  2. Choose File > New > Java Project.
  3. Name the project myClient_712, and then click Finish.
  4. Choose Don't Create on the Create module-info.java dialog.

Add Libraries to the project and the Java Build Path

The JARs in the Corticon Server installation will enable the in-process server’s rule processing engine. While you could reference the required JARs, adding them into the project will make it clear that the in-process server is standing on its own. :

  1. In the Server installation, navigate to Deploy > Tomcat > 9.
  2. Unpack the axis.war file.
  3. Navigate to WEB-INF\lib.
  4. Copy all the JAR files, and then paste them into the root of myClient_712 project.
  5. Remove CcDrivers.jar as it adds a level of complexity not addressed in this tutorial.
  6. From [CORTICON_SERVER_WORK_7.1]/license/Server, copy CcLicense.jar (Must be a current, valid, and unexpired Server license.), and then paste it into the root of myClient_712 project.
  7. Copy Cargo.jar, and then paste it into the root of the myClient_712 project.
  8. Right-click on myClient_712, choose Properties, and then click Java Build Path.
  9. Select the Libraries tab, and then click Add JARs.
  10. Add all the JARs in myClient_712 to the Java classpath.
  11. Click OK. The JARs are listed:
  12. Click Apply and Close.