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