[4600] | 1 | Supplemental information for JOSM -- the Java OpenStreetMap Editor
|
---|
[14] | 2 |
|
---|
| 3 |
|
---|
[4600] | 4 | Installation notes
|
---|
| 5 | ------------------
|
---|
[14] | 6 | To run JOSM, you need:
|
---|
| 7 |
|
---|
[4600] | 8 | * The JOSM .jar file, e.g., josm-tested.jar or josm-latest.jar
|
---|
| 9 | * Java Runtime Environment (JRE) 1.6, or later.
|
---|
[14] | 10 |
|
---|
| 11 |
|
---|
[4600] | 12 | How to get Java Runtime Environment
|
---|
| 13 | -----------------------------------
|
---|
| 14 | You need JRE Version 1.6 (also called Java6), or later.
|
---|
[14] | 15 |
|
---|
[4600] | 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.
|
---|
[14] | 19 |
|
---|
[4600] | 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.
|
---|
[14] | 23 |
|
---|
| 24 |
|
---|
| 25 | How to launch
|
---|
| 26 | -------------
|
---|
[4600] | 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.)
|
---|
[14] | 32 |
|
---|
[4600] | 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).
|
---|
[14] | 37 |
|
---|
[4600] | 38 | MacOS users just click on the .jar file icon.
|
---|
[14] | 39 |
|
---|
| 40 |
|
---|
[4600] | 41 | How to get the source code
|
---|
| 42 | --------------------------
|
---|
[36] | 43 | Download it directly from the subversion at
|
---|
[4600] | 44 | https://josm.openstreetmap.de/svn/trunk. To use the command line subversion
|
---|
| 45 | client, type
|
---|
[14] | 46 |
|
---|
[339] | 47 | svn co https://josm.openstreetmap.de/svn/trunk
|
---|