Changes between Version 21 and Version 22 of Help/Preferences


Ignore:
Timestamp:
2016-11-05T14:53:02+01:00 (9 years ago)
Author:
DiGro
Comment:

typo corrected

Legend:

Unmodified
Added
Removed
Modified
  • Help/Preferences

    v21 v22  
    9494=== Changing the directory base name ===
    9595
    96 Instead of specifying the full path for the JOSM directories, you can use the system property `-Djosm.dir.name=` to modify just the name of the last directory component, which is `JOSM` by default. This is especially useful in order to keep multiple ''profiles'' on one computer, which should not interfere. For example to have one profile for productive work with the stable tested version and one for the experimental development version, you would start the development verison like this:
     96Instead of specifying the full path for the JOSM directories, you can use the system property `-Djosm.dir.name=` to modify just the name of the last directory component, which is `JOSM` by default. This is especially useful in order to keep multiple ''profiles'' on one computer, which should not interfere. For example to have one profile for productive work with the stable tested version and one for the experimental development version, you would start the development version like this:
    9797{{{
    9898java -Djosm.dir.name=JOSM-dev -jar josm-latest.jar