No console output in Eclipse Juno

前端 未结 11 2330
伪装坚强ぢ
伪装坚强ぢ 2020-12-06 02:03

Pretty straight forward. I\'ve been working in Eclipse Juno for a while now and my console always worked. When you output to the console with

System.

相关标签:
11条回答
  • 2020-12-06 02:30

    For me, using eclipse-luna the problem was related to a specific workspace. Whenever I used this workspace, one specific plugin failed to do console-output. I re-installed the plugin, I even re.installed eclipse itself and whiped out the ".eclipse-luna" folder, but the problem still was there.

    I finally fixed the problem by deleting the folder ".metadata" in this workspace.

    0 讨论(0)
  • 2020-12-06 02:31

    There is a small pull-down icon on the right of the console that lets you select which console you want to see. Maybe you accidentally selected a different console.

    0 讨论(0)
  • 2020-12-06 02:33

    You can just re-open the console view from Window>Show View> Console. It worked for me, just before posting the answer here.

    0 讨论(0)
  • 2020-12-06 02:36

    for this same i did the following things and it's worked for me

    Here's what i did:

    [1] Uninstall - Removed all traces of Eclipse (64-bit). - Removed all traces of MinGW (and/or Cygwin). - Removed all traces of Java (SDK and JRE).

    [2] Restart PC

    [3] Install - Installed latest Java JDK (includes the JRE) 32-bit. - Installed Eclipse IDE (Java Edition) 32-bit. - Installed MinGW (with Msys). - Installed the necessary CDT tools from within Eclipse.

    And it works fine!

    For installation compiler/CDT installation, i followed this guide (making my own alterations where needed): http://max.berger.name/howto/cdt/cdt.jsp

    Hope it works for you! And thanks for the tip-off that it was working 100% on a 32-bit machine. Very Happy

    0 讨论(0)
  • 2020-12-06 02:46

    Go to Window->Show View -> Console

    0 讨论(0)
提交回复
热议问题