Java application requirements
- Last Updated: December 18, 2023
- 1 minute read
- Corticon
- Version 7.2
- Version 7.1
- Documentation
To deploy Corticon in your Java application you need to include the
following Corticon Server jar files in your application classpath:
ant_launcher.jarCcConfig.jarCcDrivers.jar(Could be skipped if there are no database connections in the project.)CcExtensions.jarCcI18nBundles.jarCcServer.jarCcThirdPartyJars.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
Note: This project was created for the installed Eclipse, 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.