How do I continuously send the output from StandardOutput of a process (java) to a multiline textbox while still being able to use the rest of the form? There must be a way to do this but I can't find one anywhere.
Asked
Active
Viewed 143 times
0
-
This looks different - are Console Output and Standard Output the same thing? – Jonah Aug 18 '14 at 18:20
-
It looks different, but I think what you want to achieve is the same thing. Console output can be a combination of standard output and standard error. But anyway, with the code in the answer demonstrated there, you should be able to capture the output in real-time – huysentruitw Aug 18 '14 at 18:24