Changes between Version 128 and Version 129 of Download


Ignore:
Timestamp:
2018-02-27T01:00:10+01:00 (8 years ago)
Author:
Hb---
Comment:

Wordin according to Startpage

Legend:

Unmodified
Added
Removed
Modified
  • Download

    v128 v129  
    44
    55This 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].
     6To start working with JOSM please see the [wikitr:/Introduction] and the [wikitr:/Help] pages.
     7And for very complex issues see [wikitr/:InstallNotes Installation Notes].
    88
    99== Recommended options ==
    1010
    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 to launch]).[[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]]
    1212
    1313[[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 to start]).
     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]).
    1515
    1616[[br]]
     
    1818== All download options ==#Moredownloadoptions
    1919
    20 Every [/roadmap month] the team of JOSM [wiki:Releases releases] a **tested version** for download.
     20Every [/roadmap month] the team of JOSM [wikitr:/Releases releases] a **tested version** for download.
    2121The 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.
     22When 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.
    2323
    2424[=#DevelopmentVersion]
     
    3333||   [/download/josm.jnlp josm.jnlp] ||  \
    3434||   [/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])'' ||  \
    3636||   [[br]] [/download/macosx/josm-macosx.zip package.zip] [[br]]''([#MacOSerrors see below])'' ||  \
    3737||   ''[#Ubuntu see below]'' ||          \
     
    4646
    4747** 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].
     48If 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].
    4949
    5050== Repositories ==
     
    1491491. Type `cd %homepath%`⏎ and type `cd Desktop`⏎
    1501501. 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].
     1511. Type `java -jar josm-tested.jar`⏎. Now JOSM should run, started from the [wikitr:/Help/CommandLineOptions Command Line].
    1521521. Quit JOSM.
    1531531. Type `josm-tested.jar`⏎. If JOSM starts again, the Windows Explorer is ready for double clicks on jar files.
     
    173173
    174174For 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`.
     175If 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`.
    176176Formerly older java programs accepted `-Xmx=512m` or even `-Xmx 512m`. Now those malformed arguments throw error messages.
    177177
     
    203203
    204204When 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:
     205Josm.exe acts as a ''wrapper'' and is [wikitr:/USB_Stick portable].
     206
     207When 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:
    208208
    209209{{{
     
    214214
    215215
    216 === MacOS Errors ===
    217 [=#MacOSXMountainLionErrors]
     216=== MacOS Errors ===#Macoserrors
     217[=#MacOSErrors][=#MacOSXMountainLionErrors]
    218218{{{
    219219#!comment
    220220old section title, keeping as anchor for old links
    221221}}}
     222Apple has two mechanisms to ''protect'' you from using JOSM: Gatekeeper and Malware protection.
    222223==== Downloaded from the internet ====
    223224If 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.