In Eclipse, how do you adjust the maximum lines in the console window? My program outputs 2000 lines of numbers and Eclipse truncates it so therefore I am missing some numbe
Later versions of eclipse should have it under Eclipse > Preferences > Run/Debug > Console. Then uncheck the "Limit console output" box.