Changes between Version 6 and Version 7 of InstallNotes
- Timestamp:
- 2007-06-14T21:26:55+02:00 (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
InstallNotes
v6 v7 15 15 16 16 == Compiling == 17 To build the source the most easyway, use eclipse and the provided `.project` and `.classpath` file. Just add a new Java Project using the JOSM source folder as existing path.17 To build the source the easiest way, use eclipse and the provided `.project` and `.classpath` file. Just add a new Java Project using the JOSM source folder as existing path. 18 18 19 19 You can also build it without eclipse. To do so, change into the `src/` folder and call `javac` on the file `org/openstreetmap/josm/Main` with all libs from `../lib/*.jar` in your classpath (you have to specify all subsequent). If running linux, be sure to have your `JAVA_HOME` set.