Changes between Version 91 and Version 92 of Download


Ignore:
Timestamp:
2016-08-21T12:12:40+02:00 (10 years ago)
Author:
openstreetmap.org-user-d1g
Comment:

align headings

Legend:

Unmodified
Added
Removed
Modified
  • Download

    v91 v92  
    4040 * For download scripts use version check for [/latest latest] and [/tested tested] (or [/version both]) to reduce download bandwith
    4141
    42 
    43 = Troubleshooting jar file =
    44 
    45 == Double click on a file does nothing ==
     42== Troubleshooting ==
     43=== Troubleshooting jar file ===
     44
     45==== Double click on a file does nothing ====
    4646
    4747In most cases this means Java (JVM) wasn't installed. JOSM is tested and developed with Oracle JVM, therefore it is recommended to get it from java.com site.
     
    5555* https://www.java.com/en/download/help/ - this page contains "Top 8 Java Issues", one of them may be yours
    5656
    57 == Strip down unnecessary translations in .jar ==
     57==== Strip down unnecessary translations in .jar ====
    5858
    5959If download size is an issue for you:
     
    676710786 .jar?lang=de&unsigned=1: 7688k
    6868
    69 = Troubleshooting jhlp link =
     69=== Troubleshooting jhlp link ===
    7070
    7171Assuming, [wiki:Download#Doubleclickonafiledoesnothing JVM was already installed], read [https://www.java.com/en/download/faq/java_webstart.xml Web Start] help.
    7272
    73 = Troubleshooting JVM =
    74 
    75 == Out of memory ==
     73=== Troubleshooting JVM ===
     74
     75==== Out of memory ====
    7676
    7777In more extensive edit sessions, you may get an "out of memory" error.
     
    7979To avoid this, the assigned memory can be increased with {{{-Xmx}}} option, see [[Help/CommandLineOptions]] for details.
    8080
    81 = Old content =
    82 
    83 == Mac OS X errors ==
     81== Possibly outdated content below ==
     82
     83=== Mac OS X errors ===
    8484[=#MacOSXMountainLionErrors]
    8585{{{
     
    9494To open JOSM for the first time, right-click on JOSM.app and confirm the opening in the pop-up dialogs. This is only necessary on the first run of JOSM.
    9595
    96 == openSUSE repository#openSUSE
     96=== openSUSE repository === #openSUSE
    9797
    9898Tested version of JOSM is available in the Application:Geo repository.
     
    105105Then simply install **josm** and **josm-fonts** package.
    106106
    107 == Ubuntu repository ==#Ubuntu
     107=== Ubuntu repository ===#Ubuntu
    108108
    109109This is a 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.
     
    117117 Can be installed parallel to the {{{josm}}} package. The default preference folder is {{{~/.josm-latest}}}.
    118118
    119 === Installation ===
     119==== Installation ====
    120120
    121121Edit the package resource list {{{/etc/apt/sources.list}}}:
     
    186186}}}
    187187
    188 == VM selection on Windows x64 ==
     188=== VM selection on Windows x64 ===
    189189
    190190For Windows, beware that some browsers may install their own JRE only in 32 bit mode, but may also install their version of the Javawebstart tool somewhere else with different file associations. This may cause your JNLP to start with this alternate JRE because it runs the wrong version of Javawebstart which only supports the 32 bit VM, and sometimes is built with a restricted support for VM options and a max VM size not exceeding 256MB.