Changes between Version 124 and Version 125 of Download


Ignore:
Timestamp:
2018-02-19T02:19:07+01:00 (8 years ago)
Author:
Hb---
Comment:

Better table, Which Download to install.

Legend:

Unmodified
Added
Removed
Modified
  • Download

    v124 v125  
    2727For the latest version is also a Web Start variant available.
    2828
    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/] || || || || ||
    4144
    4245When running scripts please first check on [/latest latest], [/tested tested] or [/version both] to reduce download bandwidth.
     
    6568
    6669The repository contains two packages:
    67  {{{josm}}}:: ''The tested version''[[br]]
     70 ''josm'':: ''The tested version''[[br]]
    6871  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]]
    7073 Can be installed parallel to the {{{josm}}} package. The default preference folder is {{{~/.josm-latest}}}.
    7174
     
    8285
    8386{{{
     87#!sh
    8488deb https://josm.openstreetmap.de/apt trusty universe
    8589deb https://josm.openstreetmap.de/apt xenial universe
    8690deb 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:
     92deb https://josm.openstreetmap.de/apt alldist universe
     93}}}
     94
     95Alternatively, this can be done with the following one-liner in Ubuntu:
    9096{{{
    9197echo deb https://josm.openstreetmap.de/apt $(lsb_release -sc) universe | ↩
    9298↪sudo tee /etc/apt/sources.list.d/josm.list > /dev/null
    9399}}}
    94 
    95 For other Debian based distributions, add the following line:
    96 
    97 {{{
    98 deb https://josm.openstreetmap.de/apt alldist universe
    99 }}}
    100  
    101100
    102101{{{#!comment
     
    120119}}}
    121120and 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.
    125125sudo apt-get remove josm josm-plugins
     126
     127# For the tested version
    126128sudo apt-get install josm
    127 }}}
    128 
    129  {{{josm-latest}}}::
    130 {{{
    131 #!sh
     129# for the development version
    132130sudo apt-get install josm-latest
    133131}}}
     
    135133== Troubleshooting ==
    136134=== 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
     137JOSM 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
     139When 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
     144For 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. 
    146146
    147147==== Testing Java ====#Javatest
    148 [=#Troubleshootingjarfile] Checks to see why JOSM is not starting, examples are for MS Windows.
     148[=#Troubleshootingjarfile] Checks if Java is installed and why JOSM does not start (example mainly for MS Windows).
    1491491. Download [/josm-tested.jar josm-tested.jar] to your desktop.
    1501501. 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. When 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].
     1511. Type `cd %homepath%`⏎ and type `cd Desktop`⏎
     1521. Type `java -version `⏎ Three lines with the version data should appear. If you see something else then Java is not properly installed.
     1531. Type `java -jar josm-tested.jar`⏎. Now JOSM should run, started from the [wiki:/Help/CommandLineOptions Command Line].
    1541541. Quit JOSM.
    1551551. Type `josm-tested.jar`⏎. If JOSM starts again, the Windows Explorer is ready for double clicks on jar files.
     
    194194<path>javaws.exe -J-d64 -J-Xmx2048m  josm.jnlp
    195195}}}
     196
     197=== Wrapper for MS Windows ===#Mswrapper
     198
     199The josm-setup.exe installs in C:\Program Files (86)\JOSM\ two files.  josm-tested.jar and
     200josm.exe. This wrapper simply calls `javaw -jar josm-tested.jar`. It can be target for *.osm and *.gpx files, too.
     201
     202The wrapper can produce a logfile in the directory he is started from.
     203
     204{{{
     205#!sh
     206josm.exe --l4j-debug
     207}}}
     208
     209
     210
    196211=== MacOS Errors ===
    197212[=#MacOSXMountainLionErrors]