I am using Eclipse Juno. I was working in Java perspective and suddenly I minimized the console. I don't know where it went but I am unable to get it back. I even tried to get it from Windows>Show View>Console but I didn't get my console back.
5 Answers
It happened the same thing to me. Just click Window->Reset Perspective and everything will be back as it was when you installed eclipse. Sure you'll have to customize it back to how you like it, but at least you'll have the console back.

- 984
- 7
- 2
-
Worked for me, with Eclipse Luna. – erickrf Feb 20 '15 at 19:13
-
THanks. Works with Jee Mars too – Jonathan Laliberte Jun 01 '16 at 10:58
-
Worked with Neon (4.6) too. – andrej Jul 10 '16 at 03:09
-
1this works but it doesn't prevent the problem from occurring again, unfortunately. – nonzaprej Sep 02 '16 at 14:42
-
worked with oxygen too, just closed the perspective and reopen it. – Mohasin Ali Apr 11 '18 at 05:12
If console is not visible, just search for "Console" in QuickAccess box on the right hand top of menu bar. you can get it back!

- 211
- 2
- 2
-
2This is the preferred method over the accepted answer, as it doesn't reset your perspective. – Boundless May 29 '14 at 20:25
-
2This doesn't always work. Sometimes the window does seem to fully disappear. Worthy trying before resting the perspective and needing to set it up again. – WW. Aug 18 '14 at 23:42
-
1actually, the accepted answer did not work for me, but this one did in Luna – Aprillion Sep 23 '15 at 10:09
Stupid Eclipse. Are there no interface designers volunteering on this project? Why minimize something and make it hard to see where to bring it back? Probably all you have to do is hit Shift-Control-Tab-F9 with one hand while right-double-clicking the lower left hand corner. Hmm, how about a popup when you click a minimized Console that says "We see you've minimized your Console and you are clearly trying to switch to it. Would you like us to restore that so you can actually see it?" followed by "Are you really sure? Cuz ya know, you may be using this click path by accident."
The reset perspective works. Also, you can "Save Perspective" so it's not so hard to go back to your preferred Perspective.
Thanks for the tip.

- 872
- 2
- 12
- 20
- Bring console to the front from Window -> Show View -> Console. Apparently the console remains invisible (that was the issue indeed), but it is virtually active in the foreground.
- Close the current view (i.e. the invisible console) by going to the "Quick Access" box at the toolbar, typing "Close Part", and selecting the respective option on the drop-down.
- Reopen console form Window -> Show View -> Console and voilà, it will appear. Drag it to your preferred location on the workbench.
This works for me under the following situation:
- I had been previously playing with detaching several views (console included) and editors to a separate window on a different monitor; I have updated my workspace from Neon to Oxygen and I have had a hard reset at my computer. (So, not sure which among those was the reason that made it go wrong).
- I wanted to avoid resetting my perspective, as it is highly customised, so I discarded that solution.
- Other solutions herein proposed had not worked.
- The console was working and the view became visible if I chose a different perspective (e.g. Debug) or a duplicate Eclipse window (which effectively provides a duplicate of a factory-reset perspective).

- 397
- 3
- 6
you could click the small icon on the bottom left and choose console. it will appear.
-
It didn't work for me either. I Right Clicked the Java Perspective and Clicked on 'Reset' to reset to all the default configurations. – PratikKGupta Oct 30 '13 at 18:37