source: josm/trunk/README@ 3622

Last change on this file since 3622 was 3439, checked in by stoecker, 14 years ago

cleanup JAVA5/JAVA6

  • Property svn:mime-type set to text/plain;charset=utf-8
File size: 1.4 KB
Line 
1This is a readme.txt to the Java OpenStreetMap Editor
2
3
4Install Notes
5-------------
6
7To run JOSM, you need:
8
9* The jar file (e.g. josm.jar)
10* The latest Java Runtime Environment 1.6.
11
12
13How to get Java
14---------------
15
16You need at least Version 1.6 (called Java6).
17
18Microsoft Windows people should just visit java.sun.com and
19download the latest Java6 executable.
20
21To get Java under linux, either download the environment
22directly from Sun at http://java.sun.com (there is a linux
23binary installer which you have to execute from a console) or
24use the mechanisms of your distributions packaging system.
25
26How to launch
27-------------
28
29Microsoft Windows people launch by double clicking on the jar file.
30If 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
33you don't used the latest version.)
34
35Under 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
37you JAVA_HOME variable to the java location (the root location, not
38the bin)
39
40MacOS people just click on the jar-file.
41
42
43How to get the Source
44---------------------
45
46Download it directly from the subversion at
47https://josm.openstreetmap.de/svn/trunk. To use the command line
48subverion client, type
49
50svn co https://josm.openstreetmap.de/svn/trunk
Note: See TracBrowser for help on using the repository browser.