Is there any ProcessHandler that works like the in-build terminal ?

I've been using KillableColoredProcessHandler.Silent for running a custom process using a custom RunConfiguration. But I randomly get this error from the application I'm trying to run. 

stty: /dev/tty: Device not configured
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LC_ALL = (unset),
LC_CTYPE = "en_IN.UTF-8",
LANG = (unset)
are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").

But the same process runs perfectly in the in-built terminal on IDEA. It also renders all the colours that are not rendered in Run console output. 

0

Please sign in to leave a comment.