posted 16 years ago
My code works fine, but I do not want to wait until the command has completed to start showing stdout/stderr to the screen. How do I get line by line the inputstream as it happens? Second, should I and how would I use Threads for this to make this better?