[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 |
|
---|
[36] | 9 | * The jar file (e.g. josm-latest.jar)
|
---|
[14] | 10 | * The latest Java Runtime Environment 1.5.
|
---|
| 11 |
|
---|
| 12 |
|
---|
| 13 | How to get Java
|
---|
| 14 | ---------------
|
---|
| 15 |
|
---|
| 16 | You need at least Version 1.5 (called Java5 or "Tiger").
|
---|
| 17 |
|
---|
| 18 | Microsoft Windows people should just visit java.sun.com and
|
---|
| 19 | download the latest Java5 executable.
|
---|
| 20 |
|
---|
| 21 | To get Java under linux, I recommend downloading the environment
|
---|
| 22 | directly from Sun at http://java.sun.com. There is a linux
|
---|
[41] | 23 | binary installer which you have to execute from a console.
|
---|
[14] | 24 |
|
---|
| 25 | However, if you run Debian or Ubuntu or any other dpkg-based
|
---|
| 26 | distribution, you may use unofficial precompiled packages.
|
---|
| 27 | You have to add the following line to your /etc/apt/sources.list
|
---|
| 28 | (replace "stable" with your installation)
|
---|
| 29 |
|
---|
[41] | 30 | deb http://ftp.debian-unofficial.org/debian/ stable non-free
|
---|
[14] | 31 |
|
---|
| 32 | The package is called sun-j2se5.0-jdk-binary.
|
---|
| 33 |
|
---|
[18] | 34 | For MacOS user: There is an installer for Mac OS X 10.4:
|
---|
| 35 | http://www.apple.com/support/downloads/java2se50release1.html
|
---|
[14] | 36 |
|
---|
| 37 |
|
---|
| 38 | How to launch
|
---|
| 39 | -------------
|
---|
| 40 |
|
---|
[41] | 41 | Microsoft Windows people launch by double clicking on the jar file.
|
---|
[14] | 42 | If this does not help, open a command shell and type
|
---|
[41] | 43 | "java -jar josm-latest.jar" in the directory that holds the file.
|
---|
| 44 | (Please replace josm-latest.jar with the name of your jar file, if
|
---|
| 45 | you don't used the latest version.)
|
---|
[14] | 46 |
|
---|
| 47 | Under Linux open a shell, go to the file directory and type
|
---|
[36] | 48 | "java -jar josm-latest.jar" to launch. If this don't help, try to set
|
---|
[14] | 49 | you JAVA_HOME variable to the java location (the root location, not
|
---|
| 50 | the bin. "/usr/lib/sun-j2se5.0-jdk" if you used the prebuild
|
---|
| 51 | package).
|
---|
| 52 |
|
---|
| 53 | MacOS people just click on the jar-file.
|
---|
| 54 |
|
---|
| 55 |
|
---|
| 56 | How to get the Source
|
---|
| 57 | ---------------------
|
---|
| 58 |
|
---|
[36] | 59 | Download it directly from the subversion at
|
---|
[41] | 60 | http://www.eigenheimstrasse.de/svn/josm. To use the command line
|
---|
| 61 | subverion client, type
|
---|
[14] | 62 |
|
---|
[41] | 63 | svn co http://www.eigenheimstrasse.de/svn/josm
|
---|
[14] | 64 |
|
---|
| 65 |
|
---|
[41] | 66 |
|
---|
| 67 | And gimme feedback: josm@eigenheimstrasse.de (start your mail subject
|
---|
[14] | 68 | with "JOSM", so my spam filter will not eat you)
|
---|
| 69 |
|
---|
| 70 |
|
---|
| 71 |
|
---|
[41] | 72 | Ciao, Imi.
|
---|