Changes between Version 3 and Version 4 of De:InstallNotes
- Timestamp:
- 2016-04-27T18:42:13+02:00 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
De:InstallNotes
v3 v4 18 18 Create a shortcut like in the following example: 19 19 {{{ 20 java.exe -jar -Xmx2048M "C:\P ATH-TO-JOSM\josm-latest.jar"20 java.exe -jar -Xmx2048M "C:\PFAD-ZU-JOSM\josm-latest.jar" 21 21 }}} 22 22 … … 48 48 49 49 '''Verwendung der Shell''':: 50 G o to the directory where the josm-latest.jaris and type50 Gehen Sie in das Verzeichnis, in dem sich die josm-latest.jar befindet und geben Sie 51 51 {{{ 52 52 #!sh 53 53 java -jar josm-latest.jar 54 54 }}} 55 to launch. Replace `josm-latest.jar`with the name of the jar file you loaded, e.G. `josm.jar` for releases.55 zum Starten ein. Ersetzen Sie `josm-latest.jar` mit dem Namen der von Ihnen geladenen jar-Datei, z.B. `josm.jar` für Releases. 56 56 57 57 If this doesn't help, try to set your JAVA_HOME variable to the java location (the root location, not the bin. As example: … … 62 62 }}} 63 63 64 S ee also[wiki:Help/CommandLineOptions command line options]and [wiki:HowTo/JOSM-under-Linux Josm under Linux Howto] for additional info.64 Siehe auch [wiki:Help/CommandLineOptions command line options] und [wiki:HowTo/JOSM-under-Linux Josm under Linux Howto] für weitere Informationen. 65 65 '''KDE''':: 66 66 There is a [/download/tutorials/setting_up_kde.avi tutorial] on how to setup your environment to start jar-files by clicking on them.
