Changes between Version 81 and Version 82 of InstallNotes


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

--

Legend:

Unmodified
Added
Removed
Modified
  • InstallNotes

    v81 v82  
    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) 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.
     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.
    2828Both 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).
    2929
    30 But, 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.
     30But, the JAR extension will only be launched 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 if both versions are installed.
    3131
    32 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 not installed 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.
    3333
    34 But 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).
     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).
    3535
    36 If 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.
     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.
    3737
    3838=== Linux / *BSD ===