To deploy Corticon in your Java application you need to include the following Corticon Server jar files in your application classpath:

  • CcServer.jar
  • CcConfig.jar
  • CcThirdPartyJars.jar
  • CcI18nBundles.jar
These jar files are in:
<CORTICON_HOME>/Server/lib

In addition, your application classpath needs to include:

  • CcLicense.jar : The license you receive from Progress for Corticon Server
  • Any jar files for custom extended operators or service callouts used by your Decision Services

Sample Java Application

Corticon Server includes a sample Java application and Eclipse project demonstrating how to deploy Corticon Server in a Java application. This sample application provides a great starting point for you to learn the basics about deploying in a Java application. The sample located in:
<CORTICON_WORK>/Samples/Clients/In Process/Java

This project was created for Eclipse 4.9 and can be opened in Corticon Studio. If opening in an Eclipse install other than Corticon Studio you will need to define the Eclipse variable CORTICON_HOME for the Corticon jar file references.