Ive tried following the instructions given at: http://josm.openstreetmap.de/wiki/Download But when I get to the point where it instructs you to install the "josm-latest" file I get an error message returned as follows: (note it says I typed in josm-tested but i simply copied my last attempt. Ive downloaded the .jar file with "josm tested" file)
Im not sure why its unable to locate the package... any help would be appreciated... Michael asked 13 Aug '12, 04:17 Azzitizz |
Apt-get usually is the preferred method, but this is really simple if you can configure things for yourself. This is especially true because the distribution version of josm may well be out of date. Here is what I did --
1:download josm-tested.jar from the link on http://wiki.openstreetmap.org/wiki/JOSM
#!/bin/bash 4: in the properties, set the toggle "Allow executing file as program" Then typing josm.sh from a terminal window or double clicking on the josm.sh file icon will launch josm answered 13 Aug '12, 20:44 johntrudy |
Did you add the josm repository to your sources.list and run apt-get update afterwards?