Legend:
- Unmodified
- Added
- Removed
-
README
r36 r41 21 21 To get Java under linux, I recommend downloading the environment 22 22 directly from Sun at http://java.sun.com. There is a linux 23 binary installer which you have to execute from a javaconsole.23 binary installer which you have to execute from a console. 24 24 25 25 However, if you run Debian or Ubuntu or any other dpkg-based … … 28 28 (replace "stable" with your installation) 29 29 30 http://ftp.debian-unofficial.org/debian/ stable non-free 30 deb http://ftp.debian-unofficial.org/debian/ stable non-free 31 31 32 32 The package is called sun-j2se5.0-jdk-binary. … … 39 39 ------------- 40 40 41 Microsoft Windows people launch by double clicking on josm-beta.jar.41 Microsoft Windows people launch by double clicking on the jar file. 42 42 If this does not help, open a command shell and type 43 "java -jar josm-beta.jar" in the directory that holds the file. 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.) 44 46 45 47 Under Linux open a shell, go to the file directory and type … … 56 58 57 59 Download it directly from the subversion at 58 http://www.eigenheimstrasse.de/svn/josm. 60 http://www.eigenheimstrasse.de/svn/josm. To use the command line 61 subverion client, type 62 63 svn co http://www.eigenheimstrasse.de/svn/josm 59 64 60 65 61 66 62 And gimme feedback: immanuel.scholz@gmx.de (start your mail subject67 And gimme feedback: josm@eigenheimstrasse.de (start your mail subject 63 68 with "JOSM", so my spam filter will not eat you) 64 69 65 Have fun.66 70 67 71 68 Imi. 72 Ciao, Imi.
Note:
See TracChangeset
for help on using the changeset viewer.