How to open Console window in Eclipse?

EclipseConsole

Eclipse Problem Overview


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?

Eclipse Solutions


Solution 1 - Eclipse

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

Solution 2 - Eclipse

the only solution for me was:

click on window->close all perspective (you can try also close perspective)

after this, in the top right corner click on: open perspective->resource

done

Solution 3 - Eclipse

Just open the Window(in eclipse IDE) -> click on Reset Perspective. It worked for me.

Solution 4 - Eclipse

The "trim stack" is a vertical icon bar that should appear, if it isn't there already, on one side of the main window. Back when this answer was originally written, it was down the left hand side (of which I had a screen shot that unfortunately was uploaded to some image paste bin place and not Stack Overflow, then linked, and has since been lost). Not being much of an eclipse user currently I don't know if this is still the case.

It contains icons for each sub-window that is minimized, so if none of them are minimized, there is no trim stack. Try minimizing the Package Explorer/Navigator window and you should see it appear. You can then click the "Restore" icon (the overlapping squares at the top) in the trim stack to get the window back.

BUT -- and it's not consistent -- sometimes with Eclipse Juno when the window with the Console, etc, is minimized and there is no trim stack, the trim stack doesn't appear and using "Show View" does nothing. The way around that I've found is to minimize some other window, then the trim stack appears and the Console icon (blue & white monitor square) appears. Click that and the Console, etc. appears in a pop-up. Click the Restore icon in that pop-up and it will become part of the main window again.

Solution 5 - Eclipse

I also deleted my eclipse console by mistake, however what worked best for me was to type "console" in the "Quick Access" box to the right of the menu and that brought it right back! I'm running version 4.2.1, not sure if this Quick Accessbox is available in other versions.

Solution 6 - Eclipse

Just press Alt+Shift+Q,c for quick access.(In windows)

Solution 7 - Eclipse

Window > Perspective > Reset Perspective

Solution 8 - Eclipse

  1. Open Eclipse
  2. Click on Window
  3. Go to Show view
  4. Click on Console
  5. Minimize it now or drag it to the bottom and it will split between your console and other screens

Solution 9 - Eclipse

Better to save the code first, windows -> Perspective -> close all Perspective. Then from windows -> Perspective -> open your desired perspective. Now you can all the tab which required for the perspective

Solution 10 - Eclipse

For C/C++ applicable

> Window -> Preferences -> C/C++ -> Build -> Console

On Limit Console output field increase a desired number of lines.

Solution 11 - Eclipse

The only reliable way to open it is Window -> Show View -> Other -> Search "console". There was a handful suggestions in this post and none of them works! Apparently Eclipse likes to change their logic every other second.

Also, resetting the view is the most horrible suggestion, because that way you will lose everything you have ever done to change the layout, so it will probably not work for the most of the readers.

Solution 12 - Eclipse

The easiest way is to just click on the 'Console' icon in Eclipse, like this:

enter image description here

Attributions

All content for this solution is sourced from the original question on Stackoverflow.

The content on this page is licensed under the Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) license.

Content TypeOriginal AuthorOriginal Content on Stackoverflow
QuestionEvolutionary HighView Question on Stackoverflow
Solution 1 - EclipseMatt BallView Answer on Stackoverflow
Solution 2 - EclipseVito ArcidiaconoView Answer on Stackoverflow
Solution 3 - EclipsePrabhu ChaitanyaView Answer on Stackoverflow
Solution 4 - EclipseCodeClown42View Answer on Stackoverflow
Solution 5 - EclipseCharles SView Answer on Stackoverflow
Solution 6 - EclipseGirish KView Answer on Stackoverflow
Solution 7 - EclipseEquinoxinatorView Answer on Stackoverflow
Solution 8 - EclipseStarView Answer on Stackoverflow
Solution 9 - EclipseSaitejaView Answer on Stackoverflow
Solution 10 - Eclipseuser7199670View Answer on Stackoverflow
Solution 11 - EclipseBoatView Answer on Stackoverflow
Solution 12 - Eclipsewordpress_newbieView Answer on Stackoverflow