java.io.IOException: CreateProcess: cmd.exe - any ideas?
807607Oct 13 2006 — edited Oct 14 2006Hello,
One of our users has provided me with the following debug info:
java.io.IOException: CreateProcess: cmd.exe /c start "" "http://www.domain.com/" error=2
java.lang.ProcessImpl.create(Native Method)
java.lang.ProcessImpl.(Unknown Source)
java.lang.ProcessImpl.start(Unknown Source)
java.lang.ProcessBuilder.start(Unknown Source)
java.lang.Runtime.exec(Unknown Source)
java.lang.Runtime.exec(Unknown Source)
I've done some reading up and it seems error=2 means file not found. I don't understand why this is the case becuase our installer ensures that the windows\system32\ directory is included in the path environment variable so cmd.exe should run okay....
Has anyone ever come across this problem before, or know how to fix it?
Many thanks
BBB