Reputation: 7386
Good Evening, i faced a weird problem, i tried to print something in my servlet using System.out.println();
but nothing appered in the console although all the check boxes in the preferences window of the console is checked! does any one faced this problem before?
Upvotes: 2
Views: 7331
Reputation: 10833
Check you are looking at the right console by clicking on the little down arrow just next to the console icon in the console view. There you will have all the console of your workspace, be sure to pick the right one (normally the console of your webapp server).
Upvotes: 2