Do not close it as duplicate, as I have a subtle but significant change from similar questions:
Is it possible to capture the output of an external process (i.e. stdout) in java, when I have not created a process , and all I know is the name of the process?
I am running Windows 7.
EDIT:
If there is a way to do this in another language (C # \ C ++), I can write the program "CaptureOutput", which will write the output, write to stdout and in my java code run "CaptureOutput" and read its stdput.
Ugly but can work.
So the answer in other languages ββis also with me.
java c ++ c # process stdout
sara
source share