[63] | 1 | This is a readme.txt to the Java OpenStreetMap Editor
|
---|
[14] | 2 |
|
---|
| 3 |
|
---|
| 4 | Install Notes
|
---|
| 5 | -------------
|
---|
| 6 |
|
---|
| 7 | To run JOSM, you need:
|
---|
| 8 |
|
---|
[165] | 9 | * The jar file (e.g. josm.jar)
|
---|
[3439] | 10 | * The latest Java Runtime Environment 1.6.
|
---|
[14] | 11 |
|
---|
| 12 |
|
---|
| 13 | How to get Java
|
---|
| 14 | ---------------
|
---|
| 15 |
|
---|
[3439] | 16 | You need at least Version 1.6 (called Java6).
|
---|
[14] | 17 |
|
---|
| 18 | Microsoft Windows people should just visit java.sun.com and
|
---|
[3439] | 19 | download the latest Java6 executable.
|
---|
[14] | 20 |
|
---|
[3439] | 21 | To get Java under linux, either download the environment
|
---|
| 22 | directly from Sun at http://java.sun.com (there is a linux
|
---|
| 23 | binary installer which you have to execute from a console) or
|
---|
| 24 | use the mechanisms of your distributions packaging system.
|
---|
[14] | 25 |
|
---|
| 26 | How to launch
|
---|
| 27 | -------------
|
---|
| 28 |
|
---|
[41] | 29 | Microsoft Windows people launch by double clicking on the jar file.
|
---|
[14] | 30 | If this does not help, open a command shell and type
|
---|
[41] | 31 | "java -jar josm-latest.jar" in the directory that holds the file.
|
---|
| 32 | (Please replace josm-latest.jar with the name of your jar file, if
|
---|
| 33 | you don't used the latest version.)
|
---|
[14] | 34 |
|
---|
| 35 | Under Linux open a shell, go to the file directory and type
|
---|
[36] | 36 | "java -jar josm-latest.jar" to launch. If this don't help, try to set
|
---|
[4132] | 37 | your JAVA_HOME variable to the java location (the root location, not
|
---|
[3439] | 38 | the bin)
|
---|
[14] | 39 |
|
---|
| 40 | MacOS people just click on the jar-file.
|
---|
| 41 |
|
---|
| 42 |
|
---|
| 43 | How to get the Source
|
---|
| 44 | ---------------------
|
---|
| 45 |
|
---|
[36] | 46 | Download it directly from the subversion at
|
---|
[339] | 47 | https://josm.openstreetmap.de/svn/trunk. To use the command line
|
---|
[41] | 48 | subverion client, type
|
---|
[14] | 49 |
|
---|
[339] | 50 | svn co https://josm.openstreetmap.de/svn/trunk
|
---|