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.
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.
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.
You can just re-open the console view from Window>Show View> Console. It worked for me, just before posting the answer here.
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
Go to Window->Show View -> Console