Changes between Version 43 and Version 44 of InstallNotes


Ignore:
Timestamp:
2010-09-24T11:36:39+02:00 (14 years ago)
Author:
anonymous
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • InstallNotes

    v43 v44  
    118118You can also build josm without ant or eclipse. To do so, call `javac` on the file `org/openstreetmap/josm/gui/MainApplication.java` with all libs from `../lib/*.jar` in your classpath (you have to specify all subsequent). If running Linux, this would look like that:
    119119
    120  * Choose the right version of the java compiler (1.5)
     120 * Choose the right version of the java compiler (1.6)
    121121
    122122{{{
     
    132132        Press enter to keep the current choice[*], or type selection number: 1
    133133        update-alternatives: using /usr/lib/jvm/java-1.5.0-sun/bin/javac to provide /usr/bin/javac (javac) in manual mode.
    134 $ export JAVA_HOME=/usr/lib/jvm/java-1.5.0-sun
     134$ export JAVA_HOME=/usr/lib/jvm/java-6-sun
    135135}}}
    136136 (Alternatively you can provide the full path when running javac.)