Invoking shell from java, it complaints "stty: standard input: Invalid argument"

Posted by solotim on Stack Overflow See other posts from Stack Overflow or by solotim
Published on 2010-03-29T08:13:41Z Indexed on 2010/03/29 8:23 UTC
Read the original article Hit count: 322

Filed under:
|
|

Hi, everybody. I invoked shell command by Process class of java and it gave "stty: standard input: Invalid argument" no matter the command is right or wrong (normal output of shell command is shown too). If I run the shell command in shell, no such error message shows. I can't figure out why.

Thanks

© Stack Overflow or respective owner

Related posts about java

Related posts about bash