Changes between Version 21 and Version 22 of Help/Preferences
- Timestamp:
- 2016-11-05T14:53:02+01:00 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Help/Preferences
v21 v22 94 94 === Changing the directory base name === 95 95 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 ver ison like this: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 version like this: 97 97 {{{ 98 98 java -Djosm.dir.name=JOSM-dev -jar josm-latest.jar
