source: josm/trunk/README@ 5016

Last change on this file since 5016 was 4600, checked in by stoecker, 12 years ago

fix #7069 - update README

  • Property svn:mime-type set to text/plain;charset=utf-8
File size: 1.5 KB
Line 
1Supplemental information for JOSM -- the Java OpenStreetMap Editor
2
3
4Installation notes
5------------------
6To run JOSM, you need:
7
8* The JOSM .jar file, e.g., josm-tested.jar or josm-latest.jar
9* Java Runtime Environment (JRE) 1.6, or later.
10
11
12How to get Java Runtime Environment
13-----------------------------------
14You need JRE Version 1.6 (also called Java6), or later.
15
16Microsoft Windows users should visit
17http://www.oracle.com/technetwork/java/index.html
18and download the latest Java6 executable for Windows systems.
19
20Linux users should visit http://www.oracle.com/technetwork/java/index.html
21There is a Linux binary installer, which you must execute from a console, or
22use the mechanism of your distribution's packaging system.
23
24
25How to launch
26-------------
27Microsoft Windows users launch by double-clicking on the .jar file.
28If this does not work, open a command shell and type
29"java -jar josm-latest.jar" in the directory that holds the file. (Please
30replace josm-latest.jar with the name of your .jar file, if you aren't using
31the latest version.)
32
33Under Linux, open a shell, go to the file directory and type
34"java -jar josm-latest.jar" to launch. If this does not work, try to set
35your JAVA_HOME variable to the java executable location (the root location,
36not the bin).
37
38MacOS users just click on the .jar file icon.
39
40
41How to get the source code
42--------------------------
43Download it directly from the subversion at
44https://josm.openstreetmap.de/svn/trunk. To use the command line subversion
45client, type
46
47svn co https://josm.openstreetmap.de/svn/trunk
Note: See TracBrowser for help on using the repository browser.