[14] | 1 | This is a readme.txt to the Java OpenStreetMap Editor Beta
|
---|
| 2 |
|
---|
| 3 |
|
---|
| 4 | Install Notes
|
---|
| 5 | -------------
|
---|
| 6 |
|
---|
| 7 | To run JOSM, you need:
|
---|
| 8 |
|
---|
| 9 | * josm-beta.jar
|
---|
| 10 | * The latest Java Runtime Environment 1.5.
|
---|
| 11 |
|
---|
| 12 |
|
---|
| 13 |
|
---|
| 14 | How to get Java
|
---|
| 15 | ---------------
|
---|
| 16 |
|
---|
| 17 | You need at least Version 1.5 (called Java5 or "Tiger").
|
---|
| 18 |
|
---|
| 19 | Microsoft Windows people should just visit java.sun.com and
|
---|
| 20 | download the latest Java5 executable.
|
---|
| 21 |
|
---|
| 22 | To get Java under linux, I recommend downloading the environment
|
---|
| 23 | directly from Sun at http://java.sun.com. There is a linux
|
---|
| 24 | binary installer which you have to execute from a java console.
|
---|
| 25 |
|
---|
| 26 | However, if you run Debian or Ubuntu or any other dpkg-based
|
---|
| 27 | distribution, you may use unofficial precompiled packages.
|
---|
| 28 | You have to add the following line to your /etc/apt/sources.list
|
---|
| 29 | (replace "stable" with your installation)
|
---|
| 30 |
|
---|
| 31 | http://ftp.debian-unofficial.org/debian/ stable non-free
|
---|
| 32 |
|
---|
| 33 | The package is called sun-j2se5.0-jdk-binary.
|
---|
| 34 |
|
---|
| 35 | Good news for MacOS: In Tiger Release Java5 is already included.
|
---|
| 36 | The bad news for non-Tigers: There are no Java5 available.
|
---|
| 37 |
|
---|
| 38 |
|
---|
| 39 | How to launch
|
---|
| 40 | -------------
|
---|
| 41 |
|
---|
| 42 | Microsoft Windows people launch by double clicking on josm-beta.jar.
|
---|
| 43 | If this does not help, open a command shell and type
|
---|
| 44 | "java -jar josm-beta.jar" in the directory that holds the file.
|
---|
| 45 |
|
---|
| 46 | Under Linux open a shell, go to the file directory and type
|
---|
| 47 | "java -jar josm-beta.jar" to launch. If this don't help, try to set
|
---|
| 48 | you JAVA_HOME variable to the java location (the root location, not
|
---|
| 49 | the bin. "/usr/lib/sun-j2se5.0-jdk" if you used the prebuild
|
---|
| 50 | package).
|
---|
| 51 |
|
---|
| 52 | MacOS people just click on the jar-file.
|
---|
| 53 |
|
---|
| 54 |
|
---|
| 55 | How to get the Source
|
---|
| 56 | ---------------------
|
---|
| 57 |
|
---|
| 58 | Download it from http://www.eigenheimstrasse.de/josm/josm-beta-src.zip
|
---|
| 59 | or directly from the subversion at
|
---|
| 60 | http://www.eigenheimstrasse.de/svn/josm. The beta is Revision 12.
|
---|
| 61 |
|
---|
| 62 |
|
---|
| 63 |
|
---|
| 64 | And gimme feedback: immanuel.scholz@gmx.de (start your mail subject
|
---|
| 65 | with "JOSM", so my spam filter will not eat you)
|
---|
| 66 |
|
---|
| 67 | Have fun.
|
---|
| 68 |
|
---|
| 69 |
|
---|
| 70 | Imi.
|
---|
| 71 |
|
---|