System Configuration File
From ILMS-Wiki
(Difference between revisions)
Line 4: | Line 4: | ||
* infolog=<filename>: name of the info log file (if blank, no file is written) | * infolog=<filename>: name of the info log file (if blank, no file is written) | ||
* errorlog=<filename>: name of the error log file (if blank, no file is written) | * errorlog=<filename>: name of the error log file (if blank, no file is written) | ||
− | * libs=<dir1|jar1;...;dirN|jarN>: | + | * libs=<dir1|jar1;...;dirN|jarN>: a list separated by semicolons which contains directories and/or libraries which are to be available during the runtime of JAMS (when naming directories, all libraries in the directory are considered) |
− | * windowenable=<0,1>: | + | * windowenable=<0,1>: a flag which determines whether a model window is shown |
− | * windowwidth=<Größe in Pixeln>: | + | * windowwidth=<Größe in Pixeln>: width of the model window |
− | * windowheight=<Größe in Pixeln>: | + | * windowheight=<Größe in Pixeln>: height of the model window |
* windowontop=<0,1>: ein Flag, welches festlegt, ob sich das Modellfenster immer im Vordergrund befindet | * windowontop=<0,1>: ein Flag, welches festlegt, ob sich das Modellfenster immer im Vordergrund befindet | ||
* guiconfig=<0,1>: ein Flag, welches festlegt, ob der [[JAMS-Launcher]] angezeigt wird | * guiconfig=<0,1>: ein Flag, welches festlegt, ob der [[JAMS-Launcher]] angezeigt wird |
Revision as of 10:37, 18 November 2011
Die system configuration file (file ending in *.jap) contains general information on the execution of JAMS. This includes:
- debug=<0..3>: the extent of information which is given as output from the runtime system or from the components(0=no output, 3=maximum output)
- verbose=<0,1>: a flag which determines whether info and error notices are shown in the command line
- infolog=<filename>: name of the info log file (if blank, no file is written)
- errorlog=<filename>: name of the error log file (if blank, no file is written)
- libs=<dir1|jar1;...;dirN|jarN>: a list separated by semicolons which contains directories and/or libraries which are to be available during the runtime of JAMS (when naming directories, all libraries in the directory are considered)
- windowenable=<0,1>: a flag which determines whether a model window is shown
- windowwidth=<Größe in Pixeln>: width of the model window
- windowheight=<Größe in Pixeln>: height of the model window
- windowontop=<0,1>: ein Flag, welches festlegt, ob sich das Modellfenster immer im Vordergrund befindet
- guiconfig=<0,1>: ein Flag, welches festlegt, ob der JAMS-Launcher angezeigt wird
- guiconfigwidth=<Größe in Pixeln>: die Breite des JAMS-Launcher-Fensters
- guiconfigheight=<Größe in Pixeln>: die Höhe des JAMS-Launcher-Fensters
- errorlog=<0,1>: ein Flag, welches festlegt, ob bei auftretenden Fehlern ein Dialogfenster angezeigt wird
Die meisten der aufgeführten Parameter können über das Menü Extras->Edit Options des JAMS-Launchers bzw. des Modelleditors editiert werden. Hier ist auch das Speichern und Laden von Systemkonfigurationsdateien möglich.