Changes between Version 43 and Version 44 of Help/CommandLineOptions


Ignore:
Timestamp:
2021-01-19T14:23:56+01:00 (4 years ago)
Author:
Hb---
Comment:

Debian package uses josm.dir.name option in usr/bin/josm-latest to provide a parallel install

Legend:

Unmodified
Added
Removed
Modified
  • Help/CommandLineOptions

    v43 v44  
    111111If you set a common directory with `Djosm.home` then JOSM will create the subdirectories ./autosave, ./cache and ./validator.
    112112If a value has spaces, then enclose it in quotation marks like `"josm dev"`.
     113
    113114When the non-ASCII characters in the command prompt are scrambled, use `-Dfile.encoding=Cp850` to receive text from Java in another [https://docs.oracle.com/javase/8/docs/technotes/guides/intl/encoding.doc.html code page].
    114115Which [https://msdn.microsoft.com/de-de/library/windows/desktop/dd317756%28v=vs.85%29.aspx code page] is used shows `chcp⏎` in the terminal.
    115116For UTF-8 on Windows, invoke `chcp 65001` in the Windows terminal window before launching JOSM using `java -Dfile.encoding=UTF-8 -jar josm.jar`
     117
     118JOSMs Debian package uses `-Djosm.dir.name=JOSM-latest` to offer parallel installations in the XDG base directories.
    116119
    117120[=#Examples **Examples for JOSM runjosm options and Java options**]