Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The KIELER KLighD Console Diagram Renderer is a pure Java program that together with a KIELER RCA allows to call the KIELER KLighD Rendering for model diagrams from the console. For using the KIELER Console Rendering you need to

  1. Enable the KLighD HTTP Server in the KIELER RCA and

...

  1. Download KIELER RCA from http://rtsys.informatik.uni-kiel.de/~kieler/files/nightly/kieler/ extract it to some location x on your hard drive
  2. Download KLighD (alternative Downloadalternative download) as a runnable Java JAR archive and save it to some location y on your hard drive
  3. Open console window and change directory to location x, then type:
    kieler -application de.cau.cs.kieler.klighd.server.headless -noExit -p 4444 &
  4. Change directory to location y, then type:
    java -jar KLighD.jar 4444 -f somescchart.sct -o somescchart.c CORE

    where somescchart.sct must be a valid SCChart modeled with the KIELER SCCharts editor. You should find the generated c code in the file somsschart.c. Be sure that somescchart.sct is also located in directory y (or give the full path in "...").

...

Using  KLighD.jar from Console

Download the  KLighD (alternative Downloadalternative download) as a runnable Java JAR archive and start it using java:

...