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 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