Changes between Version 90 and Version 91 of InstallNotes


Ignore:
Timestamp:
2016-08-20T14:13:02+02:00 (10 years ago)
Author:
openstreetmap.org-user-d1g
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • InstallNotes

    v90 v91  
    1010Double click on the jar file.
    1111
    12 If this does not work, you probably need to install the [https://java.com/download/index.jsp Java] Runtime Environment.
    13 
    14 In more extensive edit sessions, you may get an "out of memory" error. To avoid this, the assigned memory can be increased.[[BR]]
    15 Create a shortcut like in the following example:
    16 {{{
    17 java.exe -jar -Xmx2048M "C:\PATH-TO-JOSM\josm-latest.jar"
    18 }}}
     12If this does not work, you probably need to [wiki:Download#Doubleclickonafiledoesnothing install the Java Runtime Environment].
    1913
    2014To avoid the Java console windows staying open, you can use `javaw.exe` instead of `java.exe`.