Changes between Version 80 and Version 81 of InstallNotes


Ignore:
Timestamp:
2016-04-08T06:24:22+02:00 (10 years ago)
Author:
verdy_p
Comment:

False information, JOSM actually works (and even better) in 64-bit mode !

Legend:

Unmodified
Added
Removed
Modified
  • InstallNotes

    v80 v81  
    1010
    1111== Running ==
    12 A working Java Runtime Environment version 7 (32 bit package ONLY, 64 bit package don't provide the trues libraries) or newer is needed to run JOSM.
     12A working Java Runtime Environment version 7 or newer is needed to run JOSM.
    1313
    1414=== Microsoft Windows ===
     
    2525To avoid the Java console windows staying open, you can use `javaw.exe` instead of `java.exe`.
    2626
    27 Be carefully if you run a 64 bit version of Windows, the Java Runtime (update every month) is installed in 64 bit.
     27Be carefully if you run a 64 bit version of Windows, the Java Runtime (update every month) may be installed in 64-bit when visiting the Java web site with a 64-bit version of your browser, or in 32-bit otherwise.
     28Both Java platforms will coexist on the PC, but by default the file associations will run first the 32-bit version, creating VMs limited to a maximum of 247MB (if your VM size reaches this limit, due to the volume of data loaded, JOSM may become very slow or unresponsive).
    2829
    29 But, the JAR extension only be launch with the 32 bit version of the Java Runtime (program files (x86) folder - "bin" folder) since the v8u66.
     30But, the JAR extension only be launch with the 32-bit version of the Java Runtime ("\Program files (x86)\bin" folder, instead of "\Program files\bin" for the 64 bit version) since the v8u66.
    3031
    31 Visit the www.java.com main site, choose to download java ... and chose the i586 package. You can keep the 64 bit package because it is
    32 not installed
    33 at the same location than the 32 bit (i586) package.
     32Visit the www.java.com main site, choose to download java ... and chose the i586 package. You can keep the 64-bit package because it is not installed at the same location than the 32 bit (i586) package.
     33
     34But you may also uninstall the 32 bit versions of Java (which remains only for old 32-bit browsers using applets, and don't need applets in those browsers, or for 32 bit OSes where this is the only choice available).
     35
     36If only a 64 bit version of Java is installed on a 64 bit version of Windows (and with a Java version higher or equal to the minimum version specified in the JNLP if you use JavaWebStart to download/update and launch JOSM), JOSM will start automatically in a 64 bit Java VM (with more memory available to handle larger volumes of data, and better performance). Otherwise it will launch in a 32 bit Java VM, unless you add VM parameters to the command line to locate and use the 64 bit version of Java.
    3437
    3538=== Linux / *BSD ===