| 1 | This is a readme.txt to the Java OpenStreetMap Editor
|
|---|
| 2 |
|
|---|
| 3 |
|
|---|
| 4 | Install Notes
|
|---|
| 5 | -------------
|
|---|
| 6 |
|
|---|
| 7 | To run JOSM, you need:
|
|---|
| 8 |
|
|---|
| 9 | * The jar file (e.g. josm.jar)
|
|---|
| 10 | * The latest Java Runtime Environment 1.6.
|
|---|
| 11 |
|
|---|
| 12 |
|
|---|
| 13 | How to get Java
|
|---|
| 14 | ---------------
|
|---|
| 15 |
|
|---|
| 16 | You need at least Version 1.6 (called Java6).
|
|---|
| 17 |
|
|---|
| 18 | Microsoft Windows people should just visit java.sun.com and
|
|---|
| 19 | download the latest Java6 executable.
|
|---|
| 20 |
|
|---|
| 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.
|
|---|
| 25 |
|
|---|
| 26 | How to launch
|
|---|
| 27 | -------------
|
|---|
| 28 |
|
|---|
| 29 | Microsoft Windows people launch by double clicking on the jar file.
|
|---|
| 30 | If this does not help, open a command shell and type
|
|---|
| 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.)
|
|---|
| 34 |
|
|---|
| 35 | Under Linux open a shell, go to the file directory and type
|
|---|
| 36 | "java -jar josm-latest.jar" to launch. If this don't help, try to set
|
|---|
| 37 | your JAVA_HOME variable to the java location (the root location, not
|
|---|
| 38 | the bin)
|
|---|
| 39 |
|
|---|
| 40 | MacOS people just click on the jar-file.
|
|---|
| 41 |
|
|---|
| 42 |
|
|---|
| 43 | How to get the Source
|
|---|
| 44 | ---------------------
|
|---|
| 45 |
|
|---|
| 46 | Download it directly from the subversion at
|
|---|
| 47 | https://josm.openstreetmap.de/svn/trunk. To use the command line
|
|---|
| 48 | subverion client, type
|
|---|
| 49 |
|
|---|
| 50 | svn co https://josm.openstreetmap.de/svn/trunk
|
|---|