Add Libraries to the project and the Java Build Path
- Last Updated: March 24, 2022
- 1 minute read
- Corticon
- Version 6.3
- Documentation
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:
- Copy the following JAR files from Corticon Server’s
[CORTICON_HOME]/Server/lib:
ant_launcher.jarCcConfig.jarCcExtensions.jarCcI18nBundles.jarCcLicense.jarCcServer.jarCcThirdPartyJars.jar
- Paste them into the root of App Project.
- Copy Cargo.jar, and then paste into the root of the App Project.
- Right-click on App, choose Properties, and the click Java Build Path.
- Select the Libraries tab, and then click Add JARs.
- Add all the JARs in the App to the Java classpath:
- Click OK, and then click Apply and Close.