The Extended Operator and Service Callout samples contain Java projects demonstrating how to create a Java extension. These are standard Java projects. Each references the Corticon JAR file that defines its API, CcExtensionApi.jar, located in a Studio installation at [CORTICON_HOME]/Studio/lib/. The JAR is added to the project from its Corticon installed location to the project's build path using the predefined Eclipse variable CORTICON_HOME. For example:


In your Java project, import the Corticon APIs as described, then create your Java source files. Build the Java project by right-clicking on the project name, and then choosing Export. In the Export Dialog, choose Java > Jar file. Enter a destination location for the JAR file, then choose appropriate options, and then click Finish.