I have next java class:
public class Test { public static void main(String args[]) { for (int i = 0; i < 1448; i++) { System.out
Right click on in console -> Preferences... -> check Fixed width console. Now you have auto word wrap and everything shows ok. Seems like Eclipse console have a limit on number of characters displayed in one line.
Preferences...
Fixed width console