I am using a thread to capture stream output from a process, and then outputting that stream to the eclipse console. The question I have is when to terminate the thread that
You need to process reading the output in a separate thread, theres an example here