I know the installation of JUMP on Linux is a little ambiguous, as the documentation for jump says that you just unzip and run. Reading through the RoadMatcher-unix-2.sh startup script, I can see that it is not quite this simple (or there is some installation documentation that I missed). When you download the zip file for Roadmatcher, you can put that anywhere you like (I have it in my home directory). Then you have to copy the lib directory over to /usr/local/jump/ (meaning you will have to make an empty directory called jump, and then copy the lib directory into it. I'm assuming you know the basics of Debian, like how to run as root so that you can access /usr/local and how to move files around with root privileges. Finally, for some reason, the actual files for Roadmatcher are stored in lib/ext/roadmatcher, but they need to be in lib/ext/ instead. So you will have:<br>
Before:<br>/usr/local/jump/lib/<br>                         |->bsh-2.0b1.jar<br>                         |->Jama-1.0.1.jar<br>                         |->etc....<br>                         |->/ext<br>                                |->/roadmatcher<br>
                                           |->jcommon-0.8.4.jar<br>                                           |->jfreechart-0.9.9.jar<br>                                           |->roadmatcher-1.4.jar<br><br>After:<br>
/usr/local/jump/lib/<br>
                         |->bsh-2.0b1.jar<br>
                         |->Jama-1.0.1.jar<br>
                         |->etc....<br>
                         |->/ext<br>
                                |->jcommon-0.8.4.jar<br>
                                |->jfreechart-0.9.9.jar<br>
                                |->roadmatcher-1.4.jar<br>
You can then have the rest of the roadmatcher zip file anywhere you please, make bin/RoadMatcher-unix-2.sh set to be executable, and then all should run. Alternatively, you can edit the startup script to use directories that you choose (by changing the values for JUMPHOME= and for JUMP_PLUGIN_DIR=).<br>
<br>This should get jump+roadmatcher working for you.<br><br>I'm writing this all from memory, but I did this on an Ubuntu machine, and can hopefully answer other questions you may have.<br><br>Adam<br><br><div class="gmail_quote">
On Fri, Sep 25, 2009 at 6:19 PM, Sam Dyck <span dir="ltr"><<a href="mailto:samueldyck@gmail.com">samueldyck@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi<br><br>Sorry to ask for help, but I really want to start importing Geobase data for Manitoba and Saskatchewan. If someone is able to help me install RoadMatcher on (open)JUMP and create Shapefiles from OSM data on a Debian GNU/Linux system. Again, if it is such an odious task forget it. But to the best of knowledge there is no one importing data for these provinces, and it would allow me to focus on other features of the map if this data was imported.  <br>

Thanks<br><br>Sam D.<br>
<br>_______________________________________________<br>
Talk-ca mailing list<br>
<a href="mailto:Talk-ca@openstreetmap.org">Talk-ca@openstreetmap.org</a><br>
<a href="http://lists.openstreetmap.org/listinfo/talk-ca" target="_blank">http://lists.openstreetmap.org/listinfo/talk-ca</a><br>
<br></blockquote></div><br>