Runtime.exec doesn’t parse parameters like a shell. Use the version that takes an array of strings as parameter.
See also http://m.javaworld.com/jw-12-2000/jw-1229-traps.html
Runtime.exec doesn’t parse parameters like a shell. Use the version that takes an array of strings as parameter.
See also http://m.javaworld.com/jw-12-2000/jw-1229-traps.html