Search code examples
eclipseconsole

How to open Console window in Eclipse?


I accidentally closed the Console window in Eclipse, and now I can't see the result of my code being run.

How do you open it again?


Solution

  • From the menu bar, Window → Show View → Console. Alternately, use the keyboard shortcut:

    • Mac: Option-Command-Q, then C, or
    • Windows: Alt-Shift-Q, then C

    enter image description here