Is there a limit on the maximum of number of lines which can be printed to console by BlueJ?

后端 未结 1 726
难免孤独
难免孤独 2020-12-07 03:52

I have a simple main method which includes dozens of \"System.out.print\" as depicted below:

public class StudentTester
{
    public static void main()
    {         


        
相关标签:
1条回答
  • 2020-12-07 04:51

    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.

    0 讨论(0)
提交回复
热议问题