Changes between Version 9 and Version 10 of InstallNotes


Ignore:
Timestamp:
2007-06-14T21:33:53+02:00 (19 years ago)
Author:
anonymous
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • InstallNotes

    v9 v10  
    3535
    3636=== Linux ===
    37 Open a shell, go to the file directory and type
    3837
    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
     42java -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.
    4045
    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
    4549 export JAVA_HOME=/usr/lib/sun-j2se5.0-jdk
    4650 java -jar ''josm.jar''
     51}}}
    4752
    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.
    4955
    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.
    5158
    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
     63export 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/
    5766
    5867=== MacOS ===