Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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?

like image 710
Evolutionary High Avatar asked Jun 20 '12 04:06

Evolutionary High


People also ask

Why console is not opening in Eclipse?

Follow the following process to overcome the problem. Right click on workspace provided by Eclipse --> Select "Run As" --> Java Application. This will work definitely. Save this answer.

How do I open the bottom console in Eclipse?

1) Press Command+Option+J to open the console. 2) Press Command+Option+D to move the console to another position.


1 Answers

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

like image 69
Matt Ball Avatar answered Oct 04 '22 04:10

Matt Ball