Changes between Version 6 and Version 7 of De:Help/CommandLineOptions


Ignore:
Timestamp:
2018-02-21T21:51:56+01:00 (8 years ago)
Author:
Hb---
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • De:Help/CommandLineOptions

    v6 v7  
    11[[TranslatedPages(revision=30)]]
    2 = Befehlszeilen-Optionen =
     2= Befehlszeilenoptionen =
    33{{{#!comment
    44No table of content. Instead the first paragraph introduces into the problem and offers internal links to the headings.
    55}}}
    6 JOSM wird durch drei Gruppen von Befehlzeilenoptionen beeinflußt.
     6JOSM kann durch drei Gruppen von Optionen in der Befehlszeile beeinflußt werden.
    77Die [#Programarguments Programmargumente⤓] sind die wichtigsten und dann die [#Javaoptions Java-Optionen⤓].
    88Siehe die [#Examples Beispiele⤓] mit beiden Gruppen.
     
    1313#!sh
    1414# Starten einer jar-Datei
     15
    1516java [Java options] -jar josm-tested.jar [Program arguments]
    1617
    1718# Aufrufen eines Web Starts
     19
    1820javaws [run-options] -J[Java option] josm.jnlp
    1921}}}
     
    132134#!sh
    133135javaws -viewer            Ruft den Cache Viewer und das Java Control Panel auf
    134 
    135136# Erlaubt das Öffnen des Java Control Panel von der Eingabeaufforderung aus
    136137