Hi I am building a GUI for a java compiler, and I am wanting the output of a shelled program to go straight into a textbox on my form instead of only outputting into the console window.
Anyone have any ideas??
I have tried the redirection command in a batch file
eg javac C:\text.java > c:\output.txt
but the compiler takes a wee while to put its output out and it only creates an empty file.
Anyone have any ideas??
I have tried the redirection command in a batch file
eg javac C:\text.java > c:\output.txt
but the compiler takes a wee while to put its output out and it only creates an empty file.