I call the shell command from the Process class from java and prints
"stty: standard input: Invalid argument"
whether the command is correct or incorrect (normal shell command output is displayed). If I run the shell command in the shell, this error message will not appear.
The command looks something like this: {"/bin/csh", "-c", "echo hello"}
source
share