System Configuration File

From ILMS-Wiki
(Difference between revisions)
Jump to: navigation, search
Line 8: Line 8:
 
* windowwidth=<Größe in Pixeln>: width of the model window
 
* windowwidth=<Größe in Pixeln>: width of the model window
 
* windowheight=<Größe in Pixeln>: height 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
+
* windowontop=<0,1>: a flag which determines whether the model window is always on top in the foreground
* guiconfig=<0,1>: ein Flag, welches festlegt, ob der [[JAMS-Launcher]] angezeigt wird
+
* guiconfig=<0,1>: a flag which determines whether the [[JAMS-Launcher_en|JAMS Launcher]] is shown
* guiconfigwidth=<Größe in Pixeln>: die Breite des JAMS-Launcher-Fensters
+
* guiconfigwidth=<Größe in Pixeln>: width of the JAMS Launcher window
* guiconfigheight=<Größe in Pixeln>: die Höhe des JAMS-Launcher-Fensters
+
* guiconfigheight=<Größe in Pixeln>: height of the JAMS Launcher window
* errorlog=<0,1>: ein Flag, welches festlegt, ob bei auftretenden Fehlern ein Dialogfenster angezeigt wird
+
* errorlog=<0,1>: a flag which determines whether occurring errors are shown in a dialog window
  
Die meisten der aufgeführten Parameter können über das Menü Extras->Edit Options des [[JAMS-Launcher|JAMS-Launchers]] bzw. des [[Grafischer_Modelleditor_JUICE|Modelleditors]] editiert werden. Hier ist auch das Speichern und Laden von Systemkonfigurationsdateien möglich.
+
Most of the parameters listed can be edited via the menu Extras->Edit Options of the [[JAMS-Launcher_en|JAMS Launcher]] or the [[Graphical_Model_Editor_JUICE|model editor]]. At this point it is also possible to save or load system configuration files.

Revision as of 10:42, 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>: a flag which determines whether the model window is always on top in the foreground
  • guiconfig=<0,1>: a flag which determines whether the JAMS Launcher is shown
  • guiconfigwidth=<Größe in Pixeln>: width of the JAMS Launcher window
  • guiconfigheight=<Größe in Pixeln>: height of the JAMS Launcher window
  • errorlog=<0,1>: a flag which determines whether occurring errors are shown in a dialog window

Most of the parameters listed can be edited via the menu Extras->Edit Options of the JAMS Launcher or the model editor. At this point it is also possible to save or load system configuration files.

Personal tools