The JARs in the Corticon Server installation will enable the in-process server’s rule processing engine. While we could reference the required JARs, adding them into the project will make it clear that the in-process server is standing on its own. Actually, once the Server JARs have been added to the client project, the Server could be uninstalled:

  1. Copy the following JAR files from Corticon Server’s [CORTICON_HOME]/Server/lib:
    • ant_launcher.jar
    • CcConfig.jar
    • CcExtensions.jar
    • CcI18nBundles.jar
    • CcLicense.jar
    • CcServer.jar
    • CcThirdPartyJars.jar
  2. Paste them into the root of App Project.
  3. Copy Cargo.jar, and then paste into the root of the App Project.
  4. Right-click on App, choose Properties, and the click Java Build Path.
    media/image19.png
  5. Select the Libraries tab, and then click Add JARs.
  6. Add all the JARs in the App to the Java classpath:
    media/image20.png
  7. Click OK, and then click Apply and Close.