I have a simple main method which includes dozens of \"System.out.print\" as depicted below:
public class StudentTester { public static void main() {
In the BlueJ terminal window Go to Options and turn on Unlimited Buffering. This will solve your problem. You may also turn on Clear Screen at method calls to make each program run on a clear screen.
Options
Unlimited Buffering
Clear Screen at method calls