Changes between Version 95 and Version 99 of InstallNotes
- Timestamp:
- (multiple changes)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
InstallNotes
v95 v99 2 2 [[PageOutline(2-10,Table of Content)]] 3 3 4 Read [ [Download#Recommendedoptions]] first.4 Read [wikitr:/Download#Recommendedoptions Recommended options] first. 5 5 6 6 == Running == 7 A working Java Runtime Environment version 8or newer is needed to run JOSM.7 A working Java Runtime Environment version 11 or newer is needed to run JOSM. 8 8 9 9 === Microsoft Windows === 10 10 Double click on the jar file. 11 11 12 If this does not work, you probably need to [wiki :Download#Doubleclickonafiledoesnothing install the Java Runtime Environment].12 If this does not work, you probably need to [wikitr:/Download#Doubleclickonafiledoesnothing install the Java Runtime Environment]. 13 13 14 14 To avoid the Java console windows staying open, you can use `javaw.exe` instead of `java.exe`. … … 26 26 27 27 === Linux / *BSD === 28 ''See also'': [wiki :HowTo/JOSM-under-Linux HowTo JOSM-under-Linux]28 ''See also'': [wikitr:/HowTo/JOSM-under-Linux HowTo JOSM-under-Linux] 29 29 30 30 **packages**:: … … 35 35 36 36 37 For SUSE and Ubuntu, there are also packages on this page [[Download#openSUSE|available]].38 If there exists no package or you do not want to use it you can download the JOSM .jar file from the [WikiStart main page] (tested or latest version) or build it from source. 37 For SUSE and Ubuntu/Debian, there are also packages on this page available ( [wikitr:/Download#openSUSE SUSE], [wikitr:/Download#Ubuntu Ubuntu]). 38 If there exists no package or you do not want to use it you can download the JOSM .jar file from the [wikitr:/WikiStart main page] (tested or latest version) or build it from source. 39 39 40 '''using the shell'''::40 **using the shell**:: 41 41 Go to the directory where the josm-latest.jar is and type 42 42 {{{ … … 53 53 }}} 54 54 55 See also [wiki :Help/CommandLineOptions command line options] and [wiki:HowTo/JOSM-under-Linux Josm under Linux Howto] for additional info.55 See also [wikitr:/Help/CommandLineOptions command line options] and [wikitr:/HowTo/JOSM-under-Linux Josm under Linux Howto] for additional info. 56 56 '''KDE''':: 57 57 There is a [/download/tutorials/setting_up_kde.avi tutorial] on how to setup your environment to start jar-files by clicking on them. 58 58 59 59 '''GNOME''':: 60 Right-click on the JAR file, and select __O__pen with "OpenJDK 8Runtime", or whatever Java version you have.60 Right-click on the JAR file, and select __O__pen with "OpenJDK11 Runtime", or whatever Java version you have. 61 61 62 62 '''XGL/Compiz''':: … … 66 66 export AWT_TOOLKIT=MToolkit && java -jar josm-test.jar 67 67 }}} 68 as described here: http://kubasik.net/blog/index.php/2006/06/19/java-sun-150-and-xglcompiz-on-ubuntu/ 68 as described here: [https://web.archive.org/web/20060718112352/http://kubasik.net/blog/index.php/2006/06/19/java-sun-150-and-xglcompiz-on-ubuntu/ http://kubasik.net/blog/index.php/2006/06/19/java-sun-150-and-xglcompiz-on-ubuntu/] 69 69 70 70 === MacOS === … … 73 73 This way to start JOSM should be sufficient in most cases. 74 74 75 2. If you are running Mountain Lion, you will need to temporarily disable Gatekeeper. Otherwise, you will be unable to open josm and upon launching josm, receive the error message "JOSM.app is damaged and can't be opened. You should move it to the Trash ."Disable Gatekeeper by opening System Preferences > Security & Privacy, and setting 'Allow applications downloaded from:' to 'Anywhere'. Once you open the application, you can re-enable gatekeeper, and it appears that JOSM will open again without a problem. See [osmwww:user/drnoble/diary/17636 this] and #7904 for more information.75 2. If you are running Mountain Lion, you will need to temporarily disable Gatekeeper. Otherwise, you will be unable to open josm and upon launching josm, receive the error message "JOSM.app is damaged and can't be opened. You should move it to the Trash". Disable Gatekeeper by opening System Preferences > Security & Privacy, and setting 'Allow applications downloaded from:' to 'Anywhere'. Once you open the application, you can re-enable gatekeeper, and it appears that JOSM will open again without a problem. See [osmwww:user/drnoble/diary/17636 this] and #7904 for more information. 76 76 77 77 3. If you get "The Java JAR file could not be launched", chances are you are running an old Java version. Run from a terminal to check, as nothing appears in the system log. … … 96 96 97 97 == See also == 98 * [[Source code#Getthesource]] 99 * [[Source code#CompilingusingAnt]] 98 * [[wikitr:/Source code#Getthesource|Get the source]] 99 * [[wikitr:/Source code#CompilingusingAnt|Compiling using Ant]]