Changes between Version 15 and Version 16 of InstallNotes
- Timestamp:
- 2008-07-06T22:49:38+02:00 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
InstallNotes
v15 v16 28 28 $ javac -cp .:../lib/MinML2.jar:../lib/metadata-extractor-2.3.1.jar:../lib/gettext-common-0.9.jar org/openstreetmap/josm/gui/MainApplication.java 29 29 }}} 30 31 === Compiling with ant === 32 Much more comfortable is it to use "ant".[[BR]] 33 First of all you have to set your JAVA_HOME. Than change into the src folder and just type "ant".[[BR]] 34 This will compile JOSM automatically and a "Josm_custom.jar" can be found under "/dist" 35 36 30 37 == Running == 31 38 === Microsoft Windows ===