ProcessBuilder Syntax errors
Hi,
I'm getting syntax errors with the following two statements
x ProcessBuilder pb = new ProcessBuilder("xxx.exe");
...........................................
xpb.command(filename);
It says there is no such constructor for the first statement. For the second one, no such a method for the data type. In fact, I tried several samples from the net and all end up the same result. ANy suggestions?
I use Eclipse 3.2 on XP Professional. Thanks,
I tried on several sets of codes from website. They all resulted in the same kind of errors

