| 5 | | And change the modifire to key to something else |
| | 5 | And change the modifier to key to something else. |
| | 6 | |
| | 7 | Otherwise you can use right alt key (Alt Gr) only. |
| | 8 | |
| | 9 | '''Java Virtual Machine''' |
| | 10 | When you using Ubuntu with Gnome. You could install josm with the repositories. If you dont install java do this. Then you could start josm in the bash with the command josm. Sometimes there is a Error like this: |
| | 11 | {{{ |
| | 12 | No valid JVM found to run JOSM. |
| | 13 | Please install one of those mentioned in README.Debian |
| | 14 | or set the JAVACMD environment variable prior running josm. |
| | 15 | }}} |
| | 16 | Then you have to make a symbolic link in the folder /usr/bin/ like this: |
| | 17 | {{{ |
| | 18 | sudo ln -s /usr/bin/java /usr/bin/jamvm |
| | 19 | }}} |
| | 20 | Then you could start josm. |