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 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 | | |
7 | | [[TOC(inline)]] |
| 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. |
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 | | {{{ |
15 | | %APPDATA% |
16 | | }}} |
17 | | in the location bar and press {{{Enter}}}. You should find a folder called **{{{JOSM}}}**.[[BR]] |
18 | | Alternatively, try to search for the term {{{JOSM}}} or browse the usual folders, that contain program settings. |
| 13 | == GUI == |
| 14 | You can also reset the preferences using the "More..." button in [[JOSMImage(preferences/advanced,24,link=,middle)]] [wikitr:/Help/Preferences/Advanced#Buttons advanced preferences]. |
22 | | The settings folder is in your home directory: |
23 | | {{{ |
24 | | ~/.josm |
25 | | }}} |
26 | | |
27 | | == Java preference folder option == |
28 | | Alternatively, it is possible to set the preference folder at start up on the console with: |
29 | | {{{ |
30 | | -Djosm.home= |
31 | | }}} |
32 | | e.g. |
33 | | {{{ |
34 | | java -Xmx1000m -Djosm.home=$HOME/.josm-latest -jar josm-latest.jar |
35 | | }}} |
36 | | |
37 | | This may be useful when testing different versions. |
38 | | |
39 | | == Command line option |
40 | | The [CommandLineOptions command line option] {{{--reset-preferences}}} resets the preferences to default. |
41 | | |
42 | | == GUI |
43 | | You can also reset the preferences in the [[Preferences/Advanced|advanced preferences]]. |
| 17 | ---- |
| 18 | Back to [wikitr:/Help/Preferences Preferences help] \\ |
| 19 | Back to [wikitr:/Help/Action/Preferences Preferences dialog] \\ |
| 20 | Back to [wikitr:/Help Main Help] |