[[TranslatedPages]] = HowTo > JOSM-under-Linux [[TOC(inline)]] == Getting the ALT key working == If your window manager use the `Alt` key as modifier key some combination within JOSM do not work. * You need to change the modifier key in your window manager preferences to some other key * For **KDE** you may want to modify the `Alt` key behaviour: Open Control Center --> Desktop --> Window Behaviour --> Actions * Otherwise you can use right alt key {{{Alt Gr}}} only. == Java Virtual Machine == 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: {{{ No valid JVM found to run JOSM. Please install one of those mentioned in README.Debian or set the JAVACMD environment variable prior running josm. }}} You have to make a symbolic link in the folder `/usr/bin/` like this: {{{ #!sh sudo ln -s /usr/bin/java /usr/bin/jamvm }}} Now you should be able to start JOSM. ---- Back to [HowTo Howto][[BR]] Back to [InstallNotes Install notes]