Changes between Version 183 and Version 223 of Download
- Timestamp:
- (multiple changes)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Download
v183 v223 31 31 || [/download/josm.jnlp josm.jnlp] || \ 32 32 || [/josm-tested.jar] || \ 33 || \\ [/download/windows/josm-setup.exe josm-setup.exe] \\ ''([#Mswindowswrapper see below])'' || \33 || \\ [/download/windows/josm-setup.exe josm-setup.exe] \\ [/download/windows/josm-setup.msi josm-setup.msi] \\ [https://apps.microsoft.com/store/detail/josm/XPFCG1GV0WWGZX Microsoft Store]\\ ''([#Mswindowswrapper see below])'' || \ 34 34 || \\ [/download/macosx/josm-macosx.zip JOSM macOS .zip package] \\ ''or ([#macOS homebrew])'' || \ 35 35 || ''[#Ubuntu see below]'' || \ 36 36 || ''[#Opensuse see below]'' || \ 37 37 || [/nexus/content/groups/public/org/openstreetmap/josm/josm/ josm]:[[Version(tested)]] || 38 ||**latest [[Version(latest)]]** || \38 ||**latest [[Version(latest)]]** || \ 39 39 || [/download/josm-latest.jnlp latest.jnlp] || \ 40 || [/josm-latest.jar] || || || \ 40 || [/josm-latest.jar] || \ 41 || ''see [https://github.com/openstreetmap/josm/releases releases on github] || \ 42 || ''see [https://github.com/openstreetmap/josm/releases releases on github] || \ 41 43 || ''[#Ubuntu see below]'' || || \ 42 44 || [/nexus/content/groups/public/org/openstreetmap/josm/josm/SNAPSHOT/ Use snapshots] || 43 45 ||=''**older**'' =|| || \ 44 || [/download/ download/] || || \ 45 || [https://github.com/openstreetmap/josm/releases automatic JOSM.app builds] || \ 46 || [/apt/dists/ dists/] || || \ 46 || [/download/ download/] || \ 47 || ''see [https://github.com/openstreetmap/josm/releases releases on github] || \ 48 || ''see [https://github.com/openstreetmap/josm/releases releases on github] || \ 49 || [/apt/pool/universe/j/ pool/] || || \ 47 50 || [/nexus/content/groups/public/org/openstreetmap/josm/josm/ tested versions] || 48 51 … … 58 61 59 62 The repository contains two packages: 60 * ''josm'' – Provides the tested version (stable). Replaces the package from the official repository of your distribution. 63 * ''josm'' – Provides the tested version (stable). Replaces the package from the official repository of your distribution. The default JOSM directories name is set to `JOSM`. 61 64 * ''josm-latest'' – The latest version (nightly). Can be installed in parallel to the josm package, therefore the default JOSM directories name is set to `JOSM-latest`. 65 Both packages provide `/etc/default/josm` respectively `/etc/default/josm-latest` as config file for [wikitr:Help/CommandLineOptions#Javaoptions java options]. 62 66 63 67 In addition to the regular procedure described below, older DEBs can be manually downloaded from the [/apt/pool/universe/j/ archives]. 64 68 65 69 ==== Installation ==== 66 Edit the package resource list `/etc/apt/sources.list`: 67 68 {{{#!sh 69 sudo editor /etc/apt/sources.list 70 Edit the package resource list `/etc/apt/sources.list.d/josm.list`: 71 {{{#!sh 72 sudo editor /etc/apt/sources.list.d/josm.list 70 73 }}} 71 74 {{{#!comment 72 75 ### below does not work on GNU Debian systems 73 `sudo $EDITOR /etc/apt/sources.list `76 `sudo $EDITOR /etc/apt/sources.list.d/josm.list` 74 77 }}} 75 78 … … 77 80 78 81 {{{#!sh 79 deb https://josm.openstreetmap.de/apt hirsuteuniverse80 deb https://josm.openstreetmap.de/apt groovyuniverse81 deb https://josm.openstreetmap.de/apt focaluniverse82 deb https://josm.openstreetmap.de/apt eoanuniverse83 deb https://josm.openstreetmap.de/apt discouniverse84 deb https://josm.openstreetmap.de/apt bionic universe82 deb [signed-by=/usr/local/share/keyrings/josm-apt.gpg] https://josm.openstreetmap.de/apt plucky universe 83 deb [signed-by=/usr/local/share/keyrings/josm-apt.gpg] https://josm.openstreetmap.de/apt oracular universe 84 deb [signed-by=/usr/local/share/keyrings/josm-apt.gpg] https://josm.openstreetmap.de/apt noble universe 85 deb [signed-by=/usr/local/share/keyrings/josm-apt.gpg] https://josm.openstreetmap.de/apt jammy universe 86 deb [signed-by=/usr/local/share/keyrings/josm-apt.gpg] https://josm.openstreetmap.de/apt focal universe 87 deb [signed-by=/usr/local/share/keyrings/josm-apt.gpg] https://josm.openstreetmap.de/apt bionic universe 85 88 86 89 # For other Debian based distributions add: 87 deb https://josm.openstreetmap.de/apt alldist universe90 deb [signed-by=/usr/local/share/keyrings/josm-apt.gpg] https://josm.openstreetmap.de/apt alldist universe 88 91 }}} 89 92 90 93 Alternatively, this can be done with the following one-liner in Ubuntu (not for Ubuntu based distributions like Linux Mint): 91 {{{ 92 echo deb https://josm.openstreetmap.de/apt $(lsb_release -sc) universe| sudo tee /etc/apt/sources.list.d/josm.list > /dev/null94 {{{#!sh 95 echo "deb [signed-by=/usr/local/share/keyrings/josm-apt.gpg] https://josm.openstreetmap.de/apt $(lsb_release -sc) universe" | sudo tee /etc/apt/sources.list.d/josm.list > /dev/null 93 96 }}} 94 97 or for Linux Mint: 95 {{{ 96 echo deb https://josm.openstreetmap.de/apt $(grep ^DISTRIB_CODENAME= /etc/upstream-release/lsb-release| awk -F = '{print $(2)}') universe| sudo tee /etc/apt/sources.list.d/josm.list > /dev/null98 {{{#!sh 99 echo "deb [signed-by=/usr/local/share/keyrings/josm-apt.gpg] https://josm.openstreetmap.de/apt $(grep ^DISTRIB_CODENAME= /etc/upstream-release/lsb-release| awk -F = '{print $(2)}') universe" | sudo tee /etc/apt/sources.list.d/josm.list > /dev/null 97 100 }}} 98 101 … … 100 103 ### below did not work on all systems 101 104 and add the following line: 102 `deb https://josm.openstreetmap.de/apt VERSION universe` 103 }}} 104 105 Download and register the [/josm-apt.key public key]: 106 {{{#!sh 107 wget -q https://josm.openstreetmap.de/josm-apt.key -O- | sudo apt-key add - 108 }}} 109 110 111 Now refresh your sources (you may need to install `sudo apt-get install apt-transport-https`) 112 {{{#!sh 105 {{{#!sh 106 `deb [signed-by=/usr/local/share/keyrings/josm-apt.gpg] https://josm.openstreetmap.de/apt VERSION universe` 107 }}} 108 }}} 109 110 Download the [/josm-apt.key public key]: 111 {{{#!sh 112 # Create the directory for manually downloaded keys if it was not already created 113 sudo mkdir -p /usr/local/share/keyrings 114 # Download the key 115 wget -q https://josm.openstreetmap.de/josm-apt.key -O- | sudo gpg --dearmor -o /usr/local/share/keyrings/josm-apt.gpg 116 }}} 117 In the past, instructions used `apt-key`. If the key was added to system's keyring, following line will remove it: 118 {{{#!sh 119 sudo apt-key del $(apt-key list | grep -B1 "<josm-dev@openstreetmap.org>" | sed '$d' | cut -b 48-51,53-57) 120 }}} 121 122 Now refresh your sources: 123 {{{#!sh 124 # You may need to install ssl support for apt in advance: 125 sudo apt-get install apt-transport-https 126 # Refresh sources 113 127 sudo apt-get update 114 128 }}} 129 115 130 and install: 116 117 131 {{{#!sh 118 132 # You can skip this first line if these packages were not installed before. … … 121 135 # For the tested version 122 136 sudo apt-get install josm 123 # for the development version137 # For the development version 124 138 sudo apt-get install josm-latest 125 139 }}} … … 127 141 128 142 === GNU Debian ===#GNUDebian 129 The tested version of [https://packages.debian.org/stable/josm JOSM] is available under **''main''** in section **''utils''**. 130 131 Please, use the [https://backports.debian.org backports repository] to get the up to date version, see [https://backports.debian.org/Instructions Instructions]. 132 133 Alternatively, our own Ubuntu packages, [#Ubuntu above], work on Debian. Depending on the setup of `sudo`, some instruction will not work as "normal" user but only as `root`. 134 135 Since Debian 11 (bullseye), [https://packages.debian.org/stable/josm-installer josm-installer] which downloads the .jar file from this site is an additional option for an up-to-date JOSM. 143 Our own Ubuntu packages, [#Ubuntu above], work on Debian and we recommend to use them. Depending on the setup of `sudo`, some instruction will not work as "normal" user but only as `root`. 144 145 The tested version of [https://packages.debian.org/stable/josm JOSM] is available under **''main''** in section **''utils''**, but the version is usually quite old. \\ 146 Please, use the [https://backports.debian.org backports repository] to get a more up-to-date version, see [https://backports.debian.org/Instructions Instructions]. This version might still be older than our own packages. 147 148 Since Debian 11 (bullseye) the [https://packages.debian.org/stable/josm-installer josm-installer] is available under **''main''** in section **''utils''**. It downloads the current .jar file from this site and updates it if necessary. 136 149 137 150 === openSUSE ===#Opensuse 138 [=#openSUSE] 139 The tested version of JOSM is available in the Application:Geo repository. 140 141 First add as root user in yast or with zypper the repository (replace the version in the URL with the one you are using): 142 {{{ 143 zypper ar -f https://download.opensuse.org/repositories/Application:/Geo/openSUSE_Leap_15.0 Application:Geo 151 The tested version of JOSM is available in the Application:Geo repository.[=#openSUSE] 152 153 First add as root user in yast or with zypper the repository (for Tumbleweed replace **$releasever** with **openSUSE_Tumbleweed**): 154 {{{#!sh 155 zypper ar -f 'https://download.opensuse.org/repositories/Application:/Geo/$releasever' Application:Geo 144 156 }}} 145 157 … … 149 161 == Troubleshooting == 150 162 === Java ===#Java 151 [=#Doubleclickonafiledoesnothing When you double-click on a jar file and nothing happens] in most cases this means Java isn't installed. 152 153 JOSM was tested with Oracles variant, so we used to recommend getting Java from their pages for [https://www.java.com/download/manual.jsp manual] downloads or [https://www.oracle.com/technetwork/java/javase/downloads/jre8-downloads-2133155.html intermediate] versions. 154 155 JOSM now recommends [https://www.azul.com/downloads/?package=jre-fx#download-openjdk Azul] or [https://bell-sw.com/pages/downloads/?package=jre-full#mn Bellsoft Liberica] JDK's. Generally speaking, the current Java LTS should be preferred (at time of writing, that would be Java 17), but Java 8 will work. See the [source:/trunk/README README] for current recommendations. But first give the Java already distributed with the operating system a try, [https://en.wikipedia.org/wiki/OpenJDK for example]. 163 When you double-click on a jar file and nothing happens in most cases this means Java isn't installed. 164 165 JOSM now recommends [https://www.azul.com/downloads/?version=java-21-lts&package=jdk-fx#zulu Azul] or [https://bell-sw.com/pages/downloads/?package=jre-full#mn Bellsoft Liberica] JDK's. Generally speaking, the current Java LTS should be preferred (at time of writing, that would be Java 17), but Java 11 will work. See the [source:/trunk/README README] for current recommendations. But first give the Java already distributed with the operating system a try, [https://en.wikipedia.org/wiki/OpenJDK for example]. 156 166 157 167 … … 177 187 === Web Start ===#Webstart 178 188 [=#Troubleshootingjhlplink] 179 You need to install [https://openwebstart.com/ OpenWebStart] first. It will download and run Java by itself. The transition from Oracle WebStart to OpenWebStart is still in progress, so in case of issue please create a [/newticket new ticket] or post a comment to #17858.189 You need to install [https://openwebstart.com/ OpenWebStart] first. It will download and run Java by itself. Please use the 64 bit (`x64`) version of OpenWebStart if you are on Microsoft Windows. The transition from Oracle WebStart to OpenWebStart is still in progress, so in case of issue please create a [/newticket new ticket] or post a comment to #17858. 180 190 181 191 You may need to update the default application for opening JNLP files if you previously used Oracle WebStart. See [https://openwebstart.com/docs/OWSGuide.html#_jnlp_file_association jnlp file association] for instructions on setting OpenWebStart as the default program for jnlp files. … … 194 204 195 205 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. 196 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`.206 If needed, use the [wikitr:/Help/CommandLineOptions command line] to set the [https://docs.oracle.com/en/java/javase/11/tools/java.html#GUID-3B1CE181-CD30-4178-9602-230B800D4FAE__BABHDABI Java Option] -Xmx…m, for example `-Xmx512m` or `-Xmx1536m`. In Debian/Ubuntu you can edit the file `/etc/default/josm` respectively `/etc/default/josm-latest`. \\ 197 207 Formerly older java programs accepted `-Xmx=512m` or even `-Xmx 512m`. Now those malformed arguments throw error messages. 198 208 … … 212 222 }}} 213 223 214 215 === Windows josm.exe===#Mswindowswrapper224 === Microsoft Windows ===#MSWindows 225 ==== josm.exe ====#Mswindowswrapper 216 226 Using josm-setup.exe for installation on Microsoft Windows does the following: 217 227 * Puts two executable files `JOSM.exe` and `HWConsole.exe` in directory `%LOCALAPPDATA%\JOSM` … … 233 243 }}} 234 244 235 For giving [wikitr:/Help/CommandLineOptions#Javaoptions Java options] to the Java VM JOSM.exe uses the configuration file `JOSM.cfg` in its app sub-directory. In this file each option needs a separate line. 245 For giving [wikitr:/Help/CommandLineOptions#Javaoptions Java options] to the Java VM, JOSM.exe uses the configuration file `JOSM.cfg` in its app sub-directory. In this file, each option must be on a separate line. 246 247 For example, to change memory allocation, open `%LOCALAPPDATA%\JOSM\app\JOSM.cfg` and add `java-options=-Xmx8192m` (for 8 GB) to a new line under the `[JavaOptions]` header. 248 249 ==== Graphics ====#MicrosoftWindowsGraphics 250 Some Windows installations have graphics driver issues (see #23784 for an example). This may exhibit symptoms such as: 251 * Black bars in JOSM toolbars 252 * Flickering 253 * Other unexpected user interface issues 254 255 1. Download and install Display Driver Uninstaller (DDU, [https://github.com/Wagnard/display-drivers-uninstaller source]) from the official mirror => https://www.wagnardsoft.com/display-driver-uninstaller-DDU- 256 2. From the "Device Type" drop-down on the right, select "GPU". DDU will automatically detect the GPU you're using. 257 3. Click on "Clean and Restart" at the top. This will uninstall the graphics drivers and restart your PC. 258 4. Reinstall the drivers. 259 260 //**WARNING: Create a backup of your PC before using DDU. Although it creates a recovery point by itself, it's ideal to make one yourself just in case.**// 236 261 237 262 === macOS ===#macOS … … 246 271 247 272 In Terminal, run the `brew install --cask josm` to install or `brew upgrade --cask josm` to upgrade to the current tested version of JOSM. 273 274 === Linux ===#linux 275 ==== Arch Linux ==== 276 Using AUR you can install [https://aur.archlinux.org/packages/openwebstart-bin openwebstart-bin]. 277 278 If you use [https://archlinux.org/packages/extra/x86_64/icedtea-web/ icedtea-web] instead of the recommended openwebstart you will get an error with the newest java. java-17-openjdk is known to work, but java-22-openjdk do not. 248 279 249 280