Reputation: 343
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.
Upvotes: 30
Views: 38956
Reputation: 397
This works for me under the following situation:
Upvotes: 1
Reputation: 211
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!
Upvotes: 21
Reputation: 1
you could click the small icon on the bottom left and choose console. it will appear.
Upvotes: 0
Reputation: 893
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.
Upvotes: 7
Reputation: 984
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.
Upvotes: 96