Hi
working on existing program, calling Process process =Runtime.getRuntime().exec(shellscript), but always getting IO exception
java.io.IOException: Cannot run program ,not found
this is happening in unix environment, saw in unix path variable setting where the script exists,
my doubt is is that shell script will see in the unix paht where shell script exists, or which default path Runtime.exec() will verify mentioned shell script.
how the Runtime.exec(shellscript) will call the shell script , please explain