Changeset 4600 in josm
- Timestamp:
- 2011-11-19T23:48:18+01:00 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/README
r4132 r4600 1 This is a readme.txt tothe Java OpenStreetMap Editor1 Supplemental information for JOSM -- the Java OpenStreetMap Editor 2 2 3 3 4 Install Notes 5 ------------- 6 4 Installation notes 5 ------------------ 7 6 To run JOSM, you need: 8 7 9 * The jar file (e.g. josm.jar)10 * The latest Java Runtime Environment 1.6.8 * The JOSM .jar file, e.g., josm-tested.jar or josm-latest.jar 9 * Java Runtime Environment (JRE) 1.6, or later. 11 10 12 11 13 How to get Java 14 --------------- 12 How to get Java Runtime Environment 13 ----------------------------------- 14 You need JRE Version 1.6 (also called Java6), or later. 15 15 16 You need at least Version 1.6 (called Java6). 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. 17 19 18 Microsoft Windows people should just visit java.sun.com and 19 download the latest Java6 executable. 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. 20 23 21 To get Java under linux, either download the environment22 directly from Sun at http://java.sun.com (there is a linux23 binary installer which you have to execute from a console) or24 use the mechanisms of your distributions packaging system.25 24 26 25 How to launch 27 26 ------------- 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.) 28 32 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.) 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). 34 37 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. 38 MacOS users just click on the .jar file icon. 41 39 42 40 43 How to get the Source 44 --------------------- 45 41 How to get the source code 42 -------------------------- 46 43 Download it directly from the subversion at 47 https://josm.openstreetmap.de/svn/trunk. To use the command line 48 subverionclient, type44 https://josm.openstreetmap.de/svn/trunk. To use the command line subversion 45 client, type 49 46 50 47 svn co https://josm.openstreetmap.de/svn/trunk
Note:
See TracChangeset
for help on using the changeset viewer.