Changes between Version 9 and Version 10 of InstallNotes
- Timestamp:
- 2007-06-14T21:33:53+02:00 (19 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
InstallNotes
v9 v10 35 35 36 36 === Linux === 37 Open a shell, go to the file directory and type38 37 39 java -jar ''josm.jar'' 38 '''using the shell''':: 39 Go to the directory where the josm-latest.jar is and type 40 {{{ 41 #!sh 42 java -jar josm-latest.jar 43 }}} 44 to launch. Replace `''josm-latest.jar''` with the name of the jar file you loaded, e.G. `josm.jar` for releases. 40 45 41 to launch. Replace `''josm.jar''` with the name of the jar file you loaded, e.G. `josm-latest.jar` 42 43 If this don't help, try to set you JAVA_HOME variable to the java location (the root location, not the bin. As example: 44 46 If this don't help, try to set you JAVA_HOME variable to the java location (the root location, not the bin. As example: 47 {{{ 48 #!sh 45 49 export JAVA_HOME=/usr/lib/sun-j2se5.0-jdk 46 50 java -jar ''josm.jar'' 51 }}} 47 52 48 If you are using KDE, there is a [http://www.eigenheimstrasse.de/josm/tutorials/setting_up_kde.avi tutorial] on how to setup your environment to start jar-files by clicking on them. 53 '''KDE''':: 54 There is a [http://www.eigenheimstrasse.de/josm/tutorials/setting_up_kde.avi tutorial] on how to setup your environment to start jar-files by clicking on them. 49 55 50 If you are using GNOME, just right click on the JAR file, and select __O__pen with "Sun Java 5.0 Runtime", or whatever java version you have. 56 '''GNOME''':: 57 Right click on the JAR file, and select __O__pen with "Sun Java 5.0 Runtime", or whatever java version you have. 51 58 52 If you are using XGL/Compiz then you may have to do the following: 53 54 export AWT_TOOLKIT=MToolkit && java -jar josm-test.jar 55 56 as described here: http://kubasik.net/blog/index.php/2006/06/19/java-sun-150-and-xglcompiz-on-ubuntu/ 59 '''XGL/Compiz''':: 60 Type this into a shell: 61 {{{ 62 #!sh 63 export AWT_TOOLKIT=MToolkit && java -jar josm-test.jar 64 }}} 65 as described here: http://kubasik.net/blog/index.php/2006/06/19/java-sun-150-and-xglcompiz-on-ubuntu/ 57 66 58 67 === MacOS ===
