Changes between Version 8 and Version 9 of HowTo/JOSM-under-Linux


Ignore:
Timestamp:
2011-05-01T21:14:25+02:00 (15 years ago)
Author:
kellerma
Comment:

Cleanup

Legend:

Unmodified
Added
Removed
Modified
  • HowTo/JOSM-under-Linux

    v8 v9  
    22
    33'''Getting the ALT key working'''
    4     If your using KDE you may want to modify the ALT key behaviour
     4    If you are using KDE you may want to modify the ALT key behaviour:[[BR]]
    55    Open Control Center --> Desktop --> Window Behaviour --> Actions
    66 
    7     And change the modifier to key to something else.
     7    And change the modifier key to something else.
    88
    99    Otherwise you can use right alt key (Alt Gr) only.
    1010
    1111'''Java Virtual Machine'''
    12    When you using Ubuntu with Gnome. You could install josm with the repositories. If you don't install java 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:
    1313  {{{
    1414  No valid JVM found to run JOSM.
     
    1616  or set the JAVACMD environment variable prior running josm.
    1717}}}
    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:
    1919{{{
    2020  sudo ln -s /usr/bin/java /usr/bin/jamvm
    2121}}}
    22   Then you could start josm.
     22  Now you should be able to start JOSM.
    2323