Changes between Version 14 and Version 15 of Help/CommandLineOptions
- Timestamp:
- 2016-08-18T00:08:13+02:00 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Help/CommandLineOptions
v14 v15 4 4 {{{ 5 5 #!sh 6 java <Java -Options> <JOSM-JVM-Options> -jar josm.jar <Post-Jar-Options> [file]6 java <Java options> <JOSM JVM options> -jar josm.jar <Post jar options> [file] 7 7 }}} 8 Java-Options: 8 9 === Java options === 9 10 {{{ 10 11 -Xmx...m Set maximum Java heap size in megabytes … … 21 22 }}} 22 23 23 JOSM-JVM-Options provided as Java system properties 24 === JOSM JVM options === 25 26 provided as Java system properties 24 27 {{{ 25 28 -Djosm.pref=/PATH/TO/JOSM/PREF Set the preferences directory … … 31 34 **Note**: `-Djosm.home` has lower precedence, i.e. the specific setting overrides the general one 32 35 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 38 These options need to be provided after the -jar josm.jar part of the command line. 34 39 35 40 {{{ … … 69 74 Parameters `--download`, `--downloadgps` and `--selection` are processed in this order. 70 75 Make sure you load some data if you use `--selection`. 76 77 === See also === 78 * [wiki:Help/Preferences Preferences] - overview page about all "preferences"
