Mr Cappuccino
Junior Member level 1
I happened to make a utility that used Process and Runtime classes of java to initiate a C program. I created a GUI in java but the output of the C program only was displayed in the GUI when the C program terminated. So if the C program printed 30 lines, instead of showing the lines 1 by 1 as it would when the C program is run directly, all of the 30 output lines came together. Anybody has an idea how to solve this problem ?