Changes between Version 80 and Version 81 of InstallNotes
- Timestamp:
- 2016-04-08T06:24:22+02:00 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
InstallNotes
v80 v81 10 10 11 11 == 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.12 A working Java Runtime Environment version 7 or newer is needed to run JOSM. 13 13 14 14 === Microsoft Windows === … … 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) is installed in 64 bit. 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 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). 28 29 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.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 31 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. 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 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 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. 34 37 35 38 === Linux / *BSD ===
