What do you have to do in Java to get the Runtime.exec() to run a program that is on the path? I\'m trying to run gpsbabel which I have put into the path (/usr/local/bin).>
Whatever you do, you must read this. No one should use Runtime.exec() without having read it.
Runtime.exec()