Changes between Version 14 and Version 15 of Help/CommandLineOptions


Ignore:
Timestamp:
2016-08-18T00:08:13+02:00 (9 years ago)
Author:
openstreetmap.org-user-d1g
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Help/CommandLineOptions

    v14 v15  
    44{{{
    55#!sh
    6 java <Java-Options> <JOSM-JVM-Options> -jar josm.jar <Post-Jar-Options> [file]
     6java <Java options> <JOSM JVM options> -jar josm.jar <Post jar options> [file]
    77}}}
    8 Java-Options:
     8
     9=== Java options ===
    910{{{
    1011-Xmx...m                                  Set maximum Java heap size in megabytes
     
    2122}}}
    2223
    23 JOSM-JVM-Options provided as Java system properties
     24=== JOSM JVM options ===
     25
     26provided as Java system properties
    2427{{{
    2528-Djosm.pref=/PATH/TO/JOSM/PREF            Set the preferences directory
     
    3134**Note**: `-Djosm.home` has lower precedence, i.e. the specific setting overrides the general one
    3235
    33 <Post-Jar-Options> These options need to be provided after the -jar josm.jar part of the command line.
     36=== Post jar options ===
     37
     38These options need to be provided after the -jar josm.jar part of the command line.
    3439
    3540{{{
     
    6974Parameters `--download`, `--downloadgps` and `--selection` are processed in this order.
    7075Make sure you load some data if you use `--selection`.
     76
     77=== See also ===
     78* [wiki:Help/Preferences Preferences] - overview page about all "preferences"