Changes between Version 8 and Version 9 of Help/ResetPreferences


Ignore:
Timestamp:
2012-01-25T12:26:30+01:00 (14 years ago)
Author:
joshdoe
Comment:

clearer text

Legend:

Unmodified
Added
Removed
Modified
  • Help/ResetPreferences

    v8 v9  
    33= How to reset preferences =
    44
    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.
     5If 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.
    66
    77[[TOC(inline)]]
     
    1111=== Windows ===
    1212
    13 Open an explorer window and type:
     13In 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:
    1414{{{
    1515%APPDATA%
    1616}}}
    17 in the location bar and press enter. You should find a folder called **{{{JOSM}}}**.[[BR]]
     17in the location bar and press {{{Enter}}}. You should find a folder called **{{{JOSM}}}**.[[BR]]
    1818Alternatively, try to search for the term {{{JOSM}}} or browse the usual folders, that contain program settings.
    1919
     
    2626
    2727== Java preference folder option ==
    28 Alternativly, it is possible to set the preference folder at start up on the console with
     28Alternatively, it is possible to set the preference folder at start up on the console with:
    2929{{{
    3030-Djosm.home=
     
    3434java -Xmx1000m -Djosm.home=$HOME/.josm-latest -jar josm-latest.jar
    3535}}}
     36
     37This may be useful when testing different versions.