When Java Runtime.exec doesn't work

When Java Runtime.exec doesn't work, the first thing to check is was the current path the working path. To make sure your runtime execute on the right path, use "cd yourpath" before running your command.

Comments