Changes between Version 124 and Version 125 of Download
- Timestamp:
- 2018-02-19T02:19:07+01:00 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Download
v124 v125 27 27 For the latest version is also a Web Start variant available. 28 28 29 ||= Version =||= OS Independent[[br]]Download =||= OS Independent[[br]]Web Start =||= Windows =||= Apple Mac =||= Ubuntu, Debian… =||= openSUSE =|| 30 || tested [[Version(tested)]] || \ 31 || [/josm-tested.jar] || \ 32 || [/download/josm.jnlp josm.jnlp] || \ 33 || [/download/windows/josm-setup.exe setup.exe][[br]]''([wiki:USB_Stick portable])'' || \ 34 || [/download/macosx/josm-macosx.zip package.zip][[br]]''([#MacOSerrors see below])'' || \ 35 || ''[#Ubuntu see below]'' || \ 36 || ''[#openSUSE see below]'' || 37 || latest[[br]][[Version(latest)]] || \ 38 || [/josm-latest.jar] || \ 39 || [/download/josm-latest.jnlp latest.jnlp] || || || ''[#Ubuntu see below]'' || || 40 ||= older =|| [/download/ download/] || || || || || || 29 30 ||= =||||= For all operating systems =|||||||||| 31 ||=Version =||= Web Start =||= Download =||= Windows =||= Apple Mac =||= Ubuntu, Debian… =||= openSUSE =|| 32 ||tested [[Version(tested)]] || \ 33 || [/download/josm.jnlp josm.jnlp] || \ 34 || [/josm-tested.jar] || \ 35 || [/download/windows/josm-setup.exe setup.exe][[br]]''([wiki:USB_Stick portable])'' || \ 36 || [/download/macosx/josm-macosx.zip package.zip][[br]]''([#MacOSerrors see below])'' || \ 37 || ''[#Ubuntu see below]'' || \ 38 || ''[#openSUSE see below]'' || 39 ||latest [[Version(latest)]] || \ 40 || [/download/josm-latest.jnlp latest.jnlp] || \ 41 || [/josm-latest.jar] || \ 42 || || || ''[#Ubuntu see below]'' || || 43 ||=older =|| || [/download/ download/] || || || || || 41 44 42 45 When running scripts please first check on [/latest latest], [/tested tested] or [/version both] to reduce download bandwidth. … … 65 68 66 69 The repository contains two packages: 67 {{{josm}}}:: ''The tested version''[[br]]70 ''josm'':: ''The tested version''[[br]] 68 71 Replaces the package from the official Ubuntu repository. 69 {{{josm-latest}}}:: ''The development version (nightly build)''[[br]]72 ''josm-latest'':: ''The development version (nightly build)''[[br]] 70 73 Can be installed parallel to the {{{josm}}} package. The default preference folder is {{{~/.josm-latest}}}. 71 74 … … 82 85 83 86 {{{ 87 #!sh 84 88 deb https://josm.openstreetmap.de/apt trusty universe 85 89 deb https://josm.openstreetmap.de/apt xenial universe 86 90 deb https://josm.openstreetmap.de/apt artful universe 87 }}} 88 89 Alternatively, this can be done with the following one-liner: 91 # For other Debian based distributions add: 92 deb https://josm.openstreetmap.de/apt alldist universe 93 }}} 94 95 Alternatively, this can be done with the following one-liner in Ubuntu: 90 96 {{{ 91 97 echo deb https://josm.openstreetmap.de/apt $(lsb_release -sc) universe | ↩ 92 98 ↪sudo tee /etc/apt/sources.list.d/josm.list > /dev/null 93 99 }}} 94 95 For other Debian based distributions, add the following line:96 97 {{{98 deb https://josm.openstreetmap.de/apt alldist universe99 }}}100 101 100 102 101 {{{#!comment … … 120 119 }}} 121 120 and install: 122 {{{josm}}}:: (You can skip the first line if you haven't installed these packages before.) 123 {{{ 124 #!sh 121 () 122 {{{ 123 #!sh 124 # You can skip the first line if you haven't installed these packages before. 125 125 sudo apt-get remove josm josm-plugins 126 127 # For the tested version 126 128 sudo apt-get install josm 127 }}} 128 129 {{{josm-latest}}}:: 130 {{{ 131 #!sh 129 # for the development version 132 130 sudo apt-get install josm-latest 133 131 }}} … … 135 133 == Troubleshooting == 136 134 === Java ===#Java 137 [=#Doubleclickonafiledoesnothing] 138 When you double-click on a jar file and nothing happens in most cases this means Java isn't installed. 139 140 JOSM is tested and developed with Oracle JVM, therefore we recommend to get Java from their [https://www.java.com/en/download/manual.jsp manual download] page. 141 Mind your systems architecture (32 or 64 bit) when [https://www.java.com/en/download/faq/java_win64bit.xml choosing] the installation. Java 64 bit is recommended for JOSM. 142 Please avoid the page java.com/en/download because its automatic detection may fool you. 143 You do **not** need a Java-Plugin and you do **not** need to activate Java in your web browser to run JOSM. 144 145 For further information visit the [InstallNotes Installation Notes] and [https://www.java.com/en/download/help/troubleshoot_java.xml Oracles troubleshooting] page. 135 [=#Doubleclickonafiledoesnothing When you double-click on a jar file and nothing happens] in most cases this means Java isn't installed. 136 137 JOSM is developed with Oracle JDK, so we recommend to get Java from their [https://www.java.com/en/download/manual.jsp manual download] page. But first try the Java delivered with the operating system, [https://en.wikipedia.org/wiki/OpenJDK OpenJDK] for example. 138 139 When choosing a download keep in mind: 140 * A Java Plug-in in a web browser is **not** needed to run JOSM. Therefore results from online web pages like www.java.com/en/download/installed8.jsp are not relevant for running JOSM. 141 * A Java variant with 64 bit is recommended for JOSM. The operating systems architecture is important for deciding between 32 bit Java or 64 bit Java. Because the web browsers architecture **not** being relevant the recommendations on this page www.java.com/en/download/faq/java_win64bit.xml are not relevant for JOSM too. 142 * Avoid pages like www.java.com/en/download because their automatic detection is intended to place a Java Plug-in in the web browser. And this is, as you know, **not** important for JOSM. 143 144 For further information visit the [InstallNotes Installation Notes] and [https://www.java.com/en/download/help/troubleshoot_java.xml troubleshooting] pages. 145 ''Java'' in this section means a JRE (Java Runtime Engine) which provides a JVM (Java Virtual Machine) to run JOSM. 146 146 147 147 ==== Testing Java ====#Javatest 148 [=#Troubleshootingjarfile] Checks to seewhy JOSMis not starting,examples arefor MS Windows.148 [=#Troubleshootingjarfile] Checks if Java is installed and why JOSM does not start (example mainly for MS Windows). 149 149 1. Download [/josm-tested.jar josm-tested.jar] to your desktop. 150 150 1. Open a Command Prompt aka Terminal 151 1. Type `cd %homepath% \Desktop`⏎152 1. Type `java -version `⏎ Three lines with the version data should appear. Whenyou see something else then Java is not properly installed.153 1. Type `java -jar josm-tested.jar`⏎. Now JOSM should run, started from the [wiki:/Help :CommandLineOptions Command Line].151 1. Type `cd %homepath%`⏎ and type `cd Desktop`⏎ 152 1. Type `java -version `⏎ Three lines with the version data should appear. If you see something else then Java is not properly installed. 153 1. Type `java -jar josm-tested.jar`⏎. Now JOSM should run, started from the [wiki:/Help/CommandLineOptions Command Line]. 154 154 1. Quit JOSM. 155 155 1. Type `josm-tested.jar`⏎. If JOSM starts again, the Windows Explorer is ready for double clicks on jar files. … … 194 194 <path>javaws.exe -J-d64 -J-Xmx2048m josm.jnlp 195 195 }}} 196 197 === Wrapper for MS Windows ===#Mswrapper 198 199 The josm-setup.exe installs in C:\Program Files (86)\JOSM\ two files. josm-tested.jar and 200 josm.exe. This wrapper simply calls `javaw -jar josm-tested.jar`. It can be target for *.osm and *.gpx files, too. 201 202 The wrapper can produce a logfile in the directory he is started from. 203 204 {{{ 205 #!sh 206 josm.exe --l4j-debug 207 }}} 208 209 210 196 211 === MacOS Errors === 197 212 [=#MacOSXMountainLionErrors]
