Changes between Version 91 and Version 92 of Download
- Timestamp:
- 2016-08-21T12:12:40+02:00 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Download
v91 v92 40 40 * For download scripts use version check for [/latest latest] and [/tested tested] (or [/version both]) to reduce download bandwith 41 41 42 43 = Troubleshooting jar file = 44 45 == Double click on a file does nothing == 42 == Troubleshooting == 43 === Troubleshooting jar file === 44 45 ==== Double click on a file does nothing ==== 46 46 47 47 In most cases this means Java (JVM) wasn't installed. JOSM is tested and developed with Oracle JVM, therefore it is recommended to get it from java.com site. … … 55 55 * https://www.java.com/en/download/help/ - this page contains "Top 8 Java Issues", one of them may be yours 56 56 57 == Strip down unnecessary translations in .jar == 57 ==== Strip down unnecessary translations in .jar ==== 58 58 59 59 If download size is an issue for you: … … 67 67 10786 .jar?lang=de&unsigned=1: 7688k 68 68 69 = Troubleshooting jhlp link = 69 === Troubleshooting jhlp link === 70 70 71 71 Assuming, [wiki:Download#Doubleclickonafiledoesnothing JVM was already installed], read [https://www.java.com/en/download/faq/java_webstart.xml Web Start] help. 72 72 73 = Troubleshooting JVM = 74 75 == Out of memory == 73 === Troubleshooting JVM === 74 75 ==== Out of memory ==== 76 76 77 77 In more extensive edit sessions, you may get an "out of memory" error. … … 79 79 To avoid this, the assigned memory can be increased with {{{-Xmx}}} option, see [[Help/CommandLineOptions]] for details. 80 80 81 = Old content =82 83 == Mac OS X errors == 81 == Possibly outdated content below == 82 83 === Mac OS X errors === 84 84 [=#MacOSXMountainLionErrors] 85 85 {{{ … … 94 94 To open JOSM for the first time, right-click on JOSM.app and confirm the opening in the pop-up dialogs. This is only necessary on the first run of JOSM. 95 95 96 == openSUSE repository#openSUSE 96 === openSUSE repository === #openSUSE 97 97 98 98 Tested version of JOSM is available in the Application:Geo repository. … … 105 105 Then simply install **josm** and **josm-fonts** package. 106 106 107 == Ubuntu repository ==#Ubuntu 107 === Ubuntu repository ===#Ubuntu 108 108 109 109 This is a package repository primarily for Ubuntu. It should also work with other Debian based (especially Ubuntu based) distributions, but we do not actively test and maintain any distributions other than Ubuntu. … … 117 117 Can be installed parallel to the {{{josm}}} package. The default preference folder is {{{~/.josm-latest}}}. 118 118 119 === Installation === 119 ==== Installation ==== 120 120 121 121 Edit the package resource list {{{/etc/apt/sources.list}}}: … … 186 186 }}} 187 187 188 == VM selection on Windows x64 == 188 === VM selection on Windows x64 === 189 189 190 190 For Windows, beware that some browsers may install their own JRE only in 32 bit mode, but may also install their version of the Javawebstart tool somewhere else with different file associations. This may cause your JNLP to start with this alternate JRE because it runs the wrong version of Javawebstart which only supports the 32 bit VM, and sometimes is built with a restricted support for VM options and a max VM size not exceeding 256MB.
