User Interface
Windows: double click the Kabeja.exe in the Kabeja folder
Linux and Other:In the Kabeja-folder try:
java -jar launcher.jaror for more memory (example 512 mb):
java -Xmx512m -jar launcher.jar

Commandline Interface (CLI)
In the Kabeja-folder of the 'kabeja'-folder you can start the cli processing with:
java -jar launcher.jar -nogui -pipeline svg myfile.dxf result.svg
java -jar launcher.jar -pipeline svg C:\mydir
java -jar launcher.jar --help
Viewer

There is a simple Viewer available,in the 'lib'-folder. You can open DXF or SVG files. Try:
java -jar kabeja-svg-x.x.jar
Note: The Viewer converts first the DXF to SVG and renders then the SVG document (using Batik). So this can take time.
The viewer also renders SVG files.
Date: 10.03.08