Changes between Version 27 and Version 28 of Help/CommandLineOptions


Ignore:
Timestamp:
2018-02-20T19:27:22+01:00 (8 years ago)
Author:
Hb---
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Help/CommandLineOptions

    v27 v28  
    22= Command Line Options =
    33{{{#!comment
    4 No table of content.
     4No table of content. Instead the first paragraph introduces into the problem and offers internal links to the headings.
    55}}}
    66JOSM is affected by three groups of command line options.
     
    2222=== Program arguments ===#Programarguments
    2323
    24 Also called ''Post jar arguments'' here or ''args'' by Oracle.
     24Also called ''Post jar arguments'' here or ''args'' by Java publishers.
    2525
    2626The first argument is seen as ''command'' by JOSM. The possible commands are `runjosm` for normal launch (default), `render` for generating an image file and `project` converting coordinates. If JOSM can't recognize a command the default is assumed.
     
    8888
    8989The `-Xmx...m` option may be useful when [wiki:/Download#Outofmemory Out of Memory] errors arise.
    90 If you set a common directory with `Djosm.home` then JOSM will create the subdirectories ''./autosave'', ''./cache'' and ''./validator''.
     90If you set a common directory with `Djosm.home` then JOSM will create the subdirectories ./autosave, ./cache and ./validator.
    9191If a value has spaces, then enclose it in quotation marks like `"josm dev"`.
    9292
     
    143143
    144144}}}
    145 Deleting temporary files will delete JNLP based icons from the Desktop too.
    146 
     145The `-clearcache` option and clearing the cache via the Java Control Panel will both delete JNLP based icons from the Desktop. The JOSM icon will be gone if it was placed as result of a click in a web browser on a jnlp-file.
    147146
    148147=== See also ===
    149148* [wiki:Download#Troubleshooting Troubleshooting Java]
    150149* [wiki:InstallNotes Installation notes]
    151 * [wiki:Help/Preferences Preferences] - overview page about all "preferences"
     150* [wiki:Help/Preferences Preferences] - Preferences overview
     151* [.. Main Help]