getRuntime.exec() can't read string [closed]

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

Leave a Comment