Changes between Version 3 and Version 4 of De:InstallNotes


Ignore:
Timestamp:
2016-04-27T18:42:13+02:00 (10 years ago)
Author:
Atalanttore
Comment:

Kleine Erweiterungen

Legend:

Unmodified
Added
Removed
Modified
  • De:InstallNotes

    v3 v4  
    1818Create a shortcut like in the following example:
    1919{{{
    20 java.exe -jar -Xmx2048M "C:\PATH-TO-JOSM\josm-latest.jar"
     20java.exe -jar -Xmx2048M "C:\PFAD-ZU-JOSM\josm-latest.jar"
    2121}}}
    2222
     
    4848
    4949 '''Verwendung der Shell'''::
    50   Go to the directory where the josm-latest.jar is and type
     50  Gehen Sie in das Verzeichnis, in dem sich die josm-latest.jar befindet und geben Sie
    5151{{{
    5252#!sh
    5353java -jar josm-latest.jar
    5454}}}
    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.
    5656
    5757  If this doesn't help, try to set your JAVA_HOME variable to the java location (the root location, not the bin. As example:
     
    6262}}}
    6363
    64  See 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.
    6565 '''KDE'''::
    6666  There is a [/download/tutorials/setting_up_kde.avi tutorial] on how to setup your environment to start jar-files by clicking on them.