Changes between Version 8 and Version 9 of HowTo/JOSM-under-Linux
- Timestamp:
- 2011-05-01T21:14:25+02:00 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
HowTo/JOSM-under-Linux
v8 v9 2 2 3 3 '''Getting the ALT key working''' 4 If you rusing KDE you may want to modify the ALT key behaviour4 If you are using KDE you may want to modify the ALT key behaviour:[[BR]] 5 5 Open Control Center --> Desktop --> Window Behaviour --> Actions 6 6 7 And change the modifier tokey to something else.7 And change the modifier key to something else. 8 8 9 9 Otherwise you can use right alt key (Alt Gr) only. 10 10 11 11 '''Java Virtual Machine''' 12 When youusing Ubuntu with Gnome. You could installjosm withthe repositories. If youdon't installjava do this. Then you could start josm in the bash with the command josm. Sometimes there is a Error like this:12 When using Ubuntu with Gnome you could install JOSM from the repositories. If you haven't installed java please do so. Then you could start JOSM in the bash with the command josm. Sometimes there is an error like this: 13 13 {{{ 14 14 No valid JVM found to run JOSM. … … 16 16 or set the JAVACMD environment variable prior running josm. 17 17 }}} 18 Then you have to make a symbolic link in the folder /usr/bin/ like this:18 You have to make a symbolic link in the folder /usr/bin/ like this: 19 19 {{{ 20 20 sudo ln -s /usr/bin/java /usr/bin/jamvm 21 21 }}} 22 Then you couldstartjosm.22 Now you should be able to start JOSM. 23 23
