Code Generation

In this stage, you run the component generator JAR with your exported JSON input and an output directory for the generated source files.

The generator can consume one or more JSON files (or a directory containing them), depending on your generator.

The generator JAR is delivered together with the Forge packages under <SIP>/Forge/generators. Use the generator that matches the Integration Component you are configuring.

Install the Java Runtime

Install Java Runtime Environment 21 (or a compatible newer JDK/JRE):

sudo apt update
sudo apt install openjdk-21-jre-headless -y
java -version

Run the Generator

To check the command format and supported options, run:

java -jar <PATH_TO_GENERATOR_JAR> --help

Then run the generator with the required arguments to generate source files.