No output in Eclipse?

eclipse

Solution

Java standard output will show in the console in eclipse. If you cannot find the view, you can show the view by the following steps:

Open Window > Show View > Console

Problem

When trying to run my java project in Eclipse, I can't see the output tab at the bottom. All I can see is Problems, JavaDoc, and Declaration. Shouldn't there be one for Output? And if so, how do I get it?

Original source