Changes between Version 128 and Version 129 of Download
- Timestamp:
- 2018-02-27T01:00:10+01:00 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Download
v128 v129 4 4 5 5 This page provides basic JOSM installation steps and troubleshooting information. 6 To start working with JOSM please see the [wiki :Introduction] and the [wiki:Help] pages.7 And for very complex issues see [wiki:InstallNotes Installation Notes]. 6 To start working with JOSM please see the [wikitr:/Introduction] and the [wikitr:/Help] pages. 7 And for very complex issues see [wikitr/:InstallNotes Installation Notes]. 8 8 9 9 == Recommended options == 10 10 11 [[Image(source:trunk/images/openlocation.png, valign=middle, link=download/josm.jnlp )]] ** Launch[/download/josm.jnlp josm.jnlp]** (newest tested version) [[br]] Recommended version, all platforms, automatic update to the newest ''tested version'' monthly ([wiki:#Troubleshootingjnlplink how tolaunch]).[[br]]11 [[Image(source:trunk/images/openlocation.png, valign=middle, link=download/josm.jnlp )]] **Start [/download/josm.jnlp josm.jnlp]** (newest tested version) [[br]] Recommended version, all platforms, automatic update to the newest ''tested version'' monthly ([#Troubleshootingjnlplink how to start]).[[br]] 12 12 13 13 [[br]] 14 [[Image(source:trunk/images/download.png, valign=middle, link=)]] **Download [/josm-tested.jar josm-tested.jar]** (tested version [[Version(tested)]]) [[br]] All platforms ([ wiki:Download#Troubleshootingjarfile how tostart]).14 [[Image(source:trunk/images/download.png, valign=middle, link=)]] **Download [/josm-tested.jar josm-tested.jar]** (tested version [[Version(tested)]]) [[br]] All platforms ([#Troubleshootingjarfile how to run]). 15 15 16 16 [[br]] … … 18 18 == All download options ==#Moredownloadoptions 19 19 20 Every [/roadmap month] the team of JOSM [wiki :Releases releases] a **tested version** for download.20 Every [/roadmap month] the team of JOSM [wikitr:/Releases releases] a **tested version** for download. 21 21 The MS Windows and Apple Mac variants are built on this tested version. 22 When you click on josm.jnlp to launch JOSM you will always get the newest tested version. Java's [wiki :InstallNotes#Webstart Web Start] is the mechanism behind this.22 When you click on josm.jnlp to launch JOSM you will always get the newest tested version. Java's [wikitr:/InstallNotes#Webstart Web Start] is the mechanism behind this. 23 23 24 24 [=#DevelopmentVersion] … … 33 33 || [/download/josm.jnlp josm.jnlp] || \ 34 34 || [/josm-tested.jar] || \ 35 || [[br]] [/download/windows/josm-setup.exe setup.exe] [[br]]''([ wiki:USB_Stick portable])'' || \35 || [[br]] [/download/windows/josm-setup.exe setup.exe] [[br]]''([#Mswindowswrapper see below])'' || \ 36 36 || [[br]] [/download/macosx/josm-macosx.zip package.zip] [[br]]''([#MacOSerrors see below])'' || \ 37 37 || ''[#Ubuntu see below]'' || \ … … 46 46 47 47 ** Strip translations **[=#Striptranslations] \\ 48 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 [wiki:/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]. 48 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]. 49 49 50 50 == Repositories == … … 149 149 1. Type `cd %homepath%`⏎ and type `cd Desktop`⏎ 150 150 1. Type `java -version `⏎ Three lines with the version data should appear. If you see something else then Java is not properly installed. 151 1. Type `java -jar josm-tested.jar`⏎. Now JOSM should run, started from the [wiki:/Help/CommandLineOptions Command Line]. 151 1. Type `java -jar josm-tested.jar`⏎. Now JOSM should run, started from the [wikitr:/Help/CommandLineOptions Command Line]. 152 152 1. Quit JOSM. 153 153 1. Type `josm-tested.jar`⏎. If JOSM starts again, the Windows Explorer is ready for double clicks on jar files. … … 173 173 174 174 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. 175 If needed, use the [wiki: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`. 175 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`. 176 176 Formerly older java programs accepted `-Xmx=512m` or even `-Xmx 512m`. Now those malformed arguments throw error messages. 177 177 … … 203 203 204 204 When starting, josm.exe searches its directory for the jar file and runs the command `\path\to\javaw.exe -Xms128m -Xmx1024m -jar \path\to\josm-tested.jar`. 205 Josm.exe acts as a ''wrapper'' and is [wiki:/USB_Stick portable]. 206 207 When josm.exe finds the argument `--l4j-debug`, it writes the log file `launch4j.log` into the current directory if that is writeable. Some other [http://launch4j.sourceforge.net/docs.html#Runtime_options options] are possible and all usual [wiki:/Help/CommandLineOptions#Programarguments JOSM Program arguments] too. See example: 205 Josm.exe acts as a ''wrapper'' and is [wikitr:/USB_Stick portable]. 206 207 When josm.exe finds the argument `--l4j-debug`, it writes the log file `launch4j.log` into the current directory if that is writeable. Some other [http://launch4j.sourceforge.net/docs.html#Runtime_options options] are possible and all usual [wikitr:/Help/CommandLineOptions#Programarguments JOSM Program arguments] too. See example: 208 208 209 209 {{{ … … 214 214 215 215 216 === MacOS Errors === 217 [=#MacOSXMountainLionErrors] 216 === MacOS Errors ===#Macoserrors 217 [=#MacOSErrors][=#MacOSXMountainLionErrors] 218 218 {{{ 219 219 #!comment 220 220 old section title, keeping as anchor for old links 221 221 }}} 222 Apple has two mechanisms to ''protect'' you from using JOSM: Gatekeeper and Malware protection. 222 223 ==== Downloaded from the internet ==== 223 224 If you get an error saying "'JOSM.app' is an application downloaded from the internet." you can bypass this by **right-clicking on JOSM.app** or josm.jnlp and selecting 'open'. You should then see the same message but this time with an option to "Open" regardless. This is only necessary on the first run of JOSM.
