Changes between Version 8 and Version 9 of Help/ResetPreferences
- Timestamp:
- 2012-01-25T12:26:30+01:00 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Help/ResetPreferences
v8 v9 3 3 = How to reset preferences = 4 4 5 If you experience certain errors and strange behavior, it might be caused by inconsistencies in the program settings. In order to reset everything, you need to rename or delete the preferences folder. This way, JOSM will behave just like you have installed it the first time.5 If you experience certain errors and strange behavior, it might be caused by inconsistencies in the program settings. In order to reset everything, you need to rename or delete the preferences directory. This way, JOSM will behave just like you have installed it the first time. Note that while the file {{{preferences.xml}}} contains most program settings, there are other files which could be causing problems, such as an image cache, bad plugin, etc. 6 6 7 7 [[TOC(inline)]] … … 11 11 === Windows === 12 12 13 Open an explorer window and type:13 In Microsoft Windows the JOSM preferences directory is placed in your application data directory, which is typically {{{C:\Users\USERNAME\Application Data\JOSM}}} (Windows Vista and 7) or {{{C:\Documents and Settings\USERNAME\Application Data\JOSM}}}. To find the specific directory on your system, open an explorer window and type: 14 14 {{{ 15 15 %APPDATA% 16 16 }}} 17 in the location bar and press enter. You should find a folder called **{{{JOSM}}}**.[[BR]]17 in the location bar and press {{{Enter}}}. You should find a folder called **{{{JOSM}}}**.[[BR]] 18 18 Alternatively, try to search for the term {{{JOSM}}} or browse the usual folders, that contain program settings. 19 19 … … 26 26 27 27 == Java preference folder option == 28 Alternativly, it is possible to set the preference folder at start up on the console with 28 Alternatively, it is possible to set the preference folder at start up on the console with: 29 29 {{{ 30 30 -Djosm.home= … … 34 34 java -Xmx1000m -Djosm.home=$HOME/.josm-latest -jar josm-latest.jar 35 35 }}} 36 37 This may be useful when testing different versions.