Developer Edition Only — This content applies to the Developer Edition license.
The Developer Edition ships core.jar (pre-built domain + core) and full app source code.
Prerequisites #
- JDK 21+ on
PATH - Internet access (first build downloads Maven via wrapper)
Initialize the Workspace #
In the Claudius Corp app:
- Go to Settings → Developer
- Click Initialize Workspace
- Choose a directory for your workspace
This copies the app source to your workspace and installs core.jar into your local Maven repository.
Build #
From your workspace directory:
mvnw.cmd package
Output: target\claudius-corp-custom.jar
Activate Your Custom Build #
- Click Activate Custom Build in Settings → Developer
- Restart the app — your custom build loads automatically
Revert to Stock Build #
Click Reset to Stock in Settings → Developer.
Development Cycle #
- Edit source files in
app/src/main/java/ - Run
mvnw.cmd packageto compile - Click Activate Custom Build and restart
- Test your changes
