Can anyone make the following run?
public class ExecTest { public static void main(String[] args) { try { //Notice the multiple spaces in the arg
Always use Runtime.exec(String[]), not Runtime.exec(String) unless the command line is extremely simple.