Command Line Compiler
Last modified by Alexander Schulz-Rosengarten on 2023/09/11 16:17
You can user the KielerCompiler.jar explained here to compiler you textual modeled SCCharts (*.sct files).
If you like to use the KielerCompiler HTTP server provided, then use as default
compile.sccharts.com:80
or as backup
sccharts.com:5556
as the host and port in your KielerCompiler.jar call.
Example call:
java -jar KielerCompiler.jar compile.sccharts.com -f somescchart.sct -o somescchart.c CODEGENERATION
Hint: Textual SCharts (SCT) can be rendered within KIELER or by using our KLighD.jar command line tool.