Re: java.io.IOException: CreateProcess: ls error=2
Posted By:
Sean_Owen
Posted On:
Wednesday, April 14, 2004 03:29 PM
This means "file not found", basically. Probably you are trying to run some program by just running "foo.exe" instead of specifying its full location, like "C:arfoo.exe". Either that, or possibly you need to invoke the command using the Windows "cmd" shell so that it'll find the program in your path. Search the internet for more information.