redirect « Component « Java Swing Q&A





1. How can I redirect the STDIO to a GUI component on a java app?    stackoverflow.com

On C I would simple create a couple of pipes and use dup2 to overwrite the std file descriptor, while on the other end I'd create a thread for each outputing ...