How to Open Console in eclipse?


Hello, I am new to Java and was just practicing some programs, while doing so, accidentally eclipse console got closed, so I would like to know how to re-open the console in Eclipse to check the output of the program?

As I don't use Eclipse IDE much I have no idea(usually work in Visual Studio & C#)

Thanks


Asked by:- Sam
1
: 15279 At:- 4/12/2018 1:15:55 PM
Java Eclipse Open console

try "Window->Perspective->Reset Perspective" 1
By : vikas_jk - at :- 12/31/2020 1:19:57 PM






3 Answers
profileImage Answered by:- Vinnu

Well, this is simple, here are the two easy ways for Windows Users

  • Window -> Show View  ->Console, here is the image of Eclipse(Oxygen.2 ) version imageeclipse-open-console-window-java.png
  • You can just type "Console" in "Quick Access" textbox area
    quick-access-search-console-eclipse.png
    And click on Console.

For Mac user's, Shortcut is to click Option+Command+Q and then C

3
At:- 4/13/2018 10:59:47 AM Updated at:- 4/13/2018 11:00:45 AM
Thanks, your first answer worked for me, second answer image is not properly loaded 0
By : Sam - at :- 4/21/2018 9:07:00 AM
Second answer image is loading now, you can click "Ctrl+3" to open Quick access and then search for "Console", select it to open "console" 0
By : vikas_jk - at :- 9/3/2020 12:08:43 PM


profileImage Answered by:- bhanu

Follow these steps:

  • Inside Eclipse -> Click on "Window"
  • Select "Show View"
  • Then select "Console"
  • If you cannot see console in the list, select "Other" and then search for "console' in new dialog at top and select "Console"

OR

Press "Alt+Shift+Q" then press "C" to open console

1
At:- 5/7/2021 12:00:18 PM


profileImage Answered by:- pika

Click on the Window menu option, inside eclipse IDE -> then click on Reset Perspective. This worked for me.

0
At:- 6/3/2022 4:50:27 AM






Login/Register to answer
Or
Register directly by posting answer/details

Full Name *

Email *




By posting your answer you agree on privacy policy & terms of use