Changes between Version 161 and Version 162 of Download
- Timestamp:
- 2020-10-29T18:32:14+01:00 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Download
v161 v162 1 1 [[TranslatedPages]] 2 2 [[PageOutline(2-3,Table of Contents)]] 3 3 4 = Download = 4 5 … … 8 9 9 10 == Recommended options == 10 11 11 [[JOSMImage(openlocation, valign=middle, link=[download/josm.jnlp])]] **Start [/download/josm.jnlp josm.jnlp]** (newest tested version) \\ 12 Recommended version, all platforms, automatic update to the newest ''tested version'' monthly ([#Webstart how to start]). \\ 13 \\ 12 Recommended version, all platforms, automatic update to the newest ''tested version'' monthly ([#Webstart how to start]). \\ \\ 14 13 15 14 [[JOSMImage(download, valign=middle, link=[/josm-tested.jar])]] **Download [/josm-tested.jar josm-tested.jar]** (tested version [[Version(tested)]]) \\ 16 All platforms ([#Java how to run]). \\ 17 \\ 15 All platforms ([#Java how to run]). \\ \\ 16 18 17 19 18 == All download options ==#Moredownloadoptions 20 21 19 Every [/roadmap month] the team of JOSM [wikitr:/Releases releases] a **tested version** for download. 22 20 The MS Windows and Apple Mac variants are built on this tested version. … … 28 26 For the latest version is also a Web Start variant available. 29 27 30 31 ||= =||||= For all operating systems =|||||||| || Development || 32 ||=Version =||= Web Start =||= Download =||= Windows =||= Apple Mac =||= Ubuntu, Debian… =||= openSUSE =||= Jar / Javadoc / Source =|| 33 ||tested [[Version(tested)]] || \ 34 || [/download/josm.jnlp josm.jnlp] || \ 35 || [/josm-tested.jar] || \ 36 || \\ [/download/windows/josm-setup.exe josm-setup.exe] \\''([#Mswindowswrapper see below])'' || \ 37 || \\ [/download/macosx/josm-macosx.zip package.zip] \\''([#Macoserrors see below])'' || \ 38 || ''[#Ubuntu see below]'' || \ 39 || ''[#Opensuse see below]'' || \ 40 || [/nexus/content/groups/public/org/openstreetmap/josm/josm/ org.openstreetmap.josm:josm]:[[Version(tested)]] 41 ||latest [[Version(latest)]] || \ 42 || [/download/josm-latest.jnlp latest.jnlp] || \ 43 || [/josm-latest.jar] || \ 44 || || || ''[#Ubuntu see below]'' || || \ 45 || [https://josm.openstreetmap.de/nexus/content/groups/public/org/openstreetmap/josm/josm/SNAPSHOT/ Use snapshots] || 46 ||=older =|| || [/download/ download/] || || [https://github.com/openstreetmap/josm/releases automatic JOSM.app builds] || [/apt/dists/ dists/] || || [https://josm.openstreetmap.de/nexus/content/groups/public/org/openstreetmap/josm/josm/ tested versions] || 28 ||= =||||= **For all operating systems** =|||||||| ||= **Development** =|| 29 ||=**Version** =||= **Web Start** =||= **Download** =||= **Windows** =||= **Apple Mac** =||= **Ubuntu, Debian…** =||= **openSUSE** =||= **Jar / Javadoc / Source** =|| 30 ||**tested [[Version(tested)]]** || \ 31 || [/download/josm.jnlp josm.jnlp] || \ 32 || [/josm-tested.jar] || \ 33 || \\ [/download/windows/josm-setup.exe josm-setup.exe] \\ ''([#Mswindowswrapper see below])'' || \ 34 || \\ [/download/macosx/josm-macosx.zip package.zip] \\ ''([#Macoserrors see below])'' || \ 35 || ''[#Ubuntu see below]'' || \ 36 || ''[#Opensuse see below]'' || \ 37 || [/nexus/content/groups/public/org/openstreetmap/josm/josm/ josm]:[[Version(tested)]] || 38 ||**latest [[Version(latest)]]** || \ 39 || [/download/josm-latest.jnlp latest.jnlp] || \ 40 || [/josm-latest.jar] || || || \ 41 || ''[#Ubuntu see below]'' || || \ 42 || [/nexus/content/groups/public/org/openstreetmap/josm/josm/SNAPSHOT/ Use snapshots] || 43 ||=''**older**'' =|| || \ 44 || [/download/ download/] || || \ 45 || [https://github.com/openstreetmap/josm/releases automatic JOSM.app builds] || \ 46 || [/apt/dists/ dists/] || || \ 47 || [/nexus/content/groups/public/org/openstreetmap/josm/josm/ tested versions] || 47 48 48 49 When running scripts please first check on [/latest latest], [/tested tested] or [/version both] to reduce download bandwidth. … … 51 52 If download size is an issue, smaller files of the tested version are available. For downloads containing only English append [/josm-tested.jar?lang=en ?lang=en] to the URL. To include one translation replace `en` with the [wikitr:/TracLanguages language code] you want (lowercase first character, supported languages only). You can further reduce the file size by stripping the signing information off with appending [/josm-tested.jar?lang=en&unsigned=1 ?unsigned=1]. 52 53 54 53 55 == Linux Repositories == 54 55 56 === JOSM's Debian based mainly for Ubuntu ===#Ubuntu 56 57 57 This is our own 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. 58 58 59 59 The repository contains two packages: 60 * ''josm'' – Provides the tested version (stable). Replaces the package from the official Ubuntu repository.60 * ''josm'' – Provides the tested version (stable). Replaces the package from the official Ubuntu repository. 61 61 * ''josm-latest'' – The latest version (nightly). Can be installed parallel to the josm package. The default preference folder is {{{~/.josm-latest}}}. 62 62 … … 64 64 65 65 ==== Installation ==== 66 67 66 Edit the package resource list {{{/etc/apt/sources.list}}}: 68 67 … … 101 100 }}} 102 101 103 Download and register the [ [/josm-apt.key|public key]]:102 Download and register the [/josm-apt.key public key]: 104 103 {{{#!sh 105 104 wget -q https://josm.openstreetmap.de/josm-apt.key -O- | sudo apt-key add - … … 167 166 === Web Start ===#Webstart 168 167 [=#Troubleshootingjhlplink] 169 If you have problems using webstart please test [#JavaTest Java] first and then run the tests described below or elsewhere [https://www.java.com/en/download/faq/java_webstart.xml Web Start issues]. Please note that webstart was dropped by Oracle starting with Java 9. In that case you will need to install [ [https://openwebstart.com/|OpenWebStart]] separately.168 If you have problems using webstart please test [#JavaTest Java] first and then run the tests described below or elsewhere [https://www.java.com/en/download/faq/java_webstart.xml Web Start issues]. Please note that webstart was dropped by Oracle starting with Java 9. In that case you will need to install [https://openwebstart.com/ OpenWebStart] separately. 170 169 171 170 ==== Testing Web Start ====#Webstarttest … … 177 176 178 177 === Virtual Machine ===#Troubleshootingjvm 179 180 178 ==== Out of memory ==== 181 182 179 Nowadays manually controlling Javas memory is seldom needed because available RAM on computers has grown. 183 180 Wrongly chosen values can decrease JOSM performance. 184 181 185 182 For some tasks, JOSM has a large appetite for memory. On the one hand, it may be necessary to configure a memory size that supports more plugins and features. On the other hand can slow machines be stabilized by restricting Javas memory use. 186 If needed, use the [wikitr:Help/CommandLineOptions command line] to set the [https://docs.oracle.com/javase/8/docs/technotes/tools/unix/java.html#BABHDABI Java Option] -Xmx…m, for example `-Xmx512m` or `-Xmx1536m`. 183 If needed, use the [wikitr:/Help/CommandLineOptions command line] to set the [https://docs.oracle.com/javase/8/docs/technotes/tools/unix/java.html#BABHDABI Java Option] -Xmx…m, for example `-Xmx512m` or `-Xmx1536m`. 187 184 Formerly older java programs accepted `-Xmx=512m` or even `-Xmx 512m`. Now those malformed arguments throw error messages. 188 185 189 190 186 ==== VM selection ====#VMselectiononWindowsx64 191 192 187 On current versions of MS Windows by default Java is installed mainly in the `C:\Program Files\Java\` directory. Additional parts are placed in `C:\Program Files\Oracle\Java\`. There is a `.\javapath\` directory as target for the PATH environment variable. It is the home for the three virtual files `java.exe`, `javaw.exe` and `javaws.exe`. This files are symbolic links form the current Java installations. 193 188 194 189 On older versions of 64 bit Windows sometimes the 32 bit mode JRE was additionally installed. Also some browsers brought their own JVM with limited capabilities. In those cases a Web Start from the browser would not use your Java installation but that from the browser. 195 190 196 Check that there's no other javawebstart in {{{\Windows\SysWow64}}}. The Java control panel will not detect it and you can safely delete it. Perform cleanup and only keep the latest versions of each JRE (One or the 32-bit mode, another one for the 64-bit mode).191 Check that there's no other javawebstart in `\Windows\SysWow64`. The Java control panel will not detect it and you can safely delete it. Perform cleanup and only keep the latest versions of each JRE (One or the 32-bit mode, another one for the 64-bit mode). 197 192 198 193 For shortcuts created on the desktop for JNLP and running the Javawebstart launcher , make sure to pass VM parameters prefixed with -J and no intermediate space before the VM option. If you have installed both the 32-bit and 64-bit version, you should pass the option "{{{-d64}}}" if you want to select the preferred 64-bit VM. Note that some Oracle documentation pages indicate the option "-D64" with the incorrect capitalization!) … … 204 199 }}} 205 200 201 206 202 === Windows josm.exe ===#Mswindowswrapper 207 208 203 Using josm-setup.exe for installation on Microsoft Windows does the following: 209 204 * Puts the files `josm-tested.jar` and `josm.exe` in directory chosen by the user, default is `C:\Program Files (86)\JOSM\` … … 224 219 }}} 225 220 226 For giving [wikitr:Help/CommandLineOptions#Javaoptions Java options] to the Java VM josm.exe uses the optional file `josm.l4j.ini` in its directory. In this file each option needs a separate line and comments are possible, see [http://launch4j.sourceforge.net/docs.html#Additional_jvm_options Additional JVM options]. 221 For giving [wikitr:/Help/CommandLineOptions#Javaoptions Java options] to the Java VM josm.exe uses the optional file `josm.l4j.ini` in its directory. In this file each option needs a separate line and comments are possible, see [http://launch4j.sourceforge.net/docs.html#Additional_jvm_options Additional JVM options]. 227 222 228 223 While being a 32-bit program, josm.exe needs a 64-bit Java on a 64-bit Windows. … … 230 225 prefer JRE's. 231 226 227 232 228 === macOS Errors ===#Macoserrors 233 229 [=#MacOSErrors][=#MacOSXMountainLionErrors] … … 237 233 }}} 238 234 239 [[Image(josm_1st_run.png,width=400,align=right)]] 235 [[Image(josm_1st_run.png,width=400,align=right,link=)]] 240 236 241 237 ==== Downloaded from the internet ==== 242 243 238 On the first run of JOSM, you will get a message saying "'JOSM.app' is an application downloaded from the internet." **Right-click or ctrl-click on JOSM.app** or josm.jnlp and select 'open'. You will see the same message, but this time with an option to "Open". 244 239 … … 248 243 In Terminal, run the `brew cask install josm` to install or `brew cask upgrade josm` to upgrade to the current tested version of JOSM. 249 244 245 250 246 === Known issues === 251 252 Not closed issues about ...: 253 * [/query?status=!closed&type=defect&keywords=~java Java issues] - some of the bugs lead to blockers in Oracle JVM (covered at [[JavaBugs]]). 247 Not closed issues about …: 248 * [/query?status=!closed&type=defect&keywords=~java Java issues] - some of the bugs lead to blockers in Oracle JVM (covered at [wiki:JavaBugs JavaBugs]). 254 249 * [/query?status=assigned&type=defect&status=needinfo&status=new&status=reopened&keywords=~linux&order=priority Linux] 255 250 * [/query?status=assigned&type=defect&status=needinfo&status=new&status=reopened&keywords=~ubuntu&order=priority Ubuntu]
