Changes between Version 81 and Version 82 of InstallNotes
- Timestamp:
- 2016-04-08T06:26:39+02:00 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
InstallNotes
v81 v82 25 25 To avoid the Java console windows staying open, you can use `javaw.exe` instead of `java.exe`. 26 26 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.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. 28 28 Both 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). 29 29 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.30 But, 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. 31 31 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.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. 33 33 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).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). 35 35 36 If only a 64 bit version of Java is installed on a 64bit 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 64bit 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 64bit version of Java.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. 37 37 38 38 === Linux / *BSD ===
