As eclipse users know, eclipse captures the output of std out and err by default and dumps it into the console that is integrated with the IDE.
I would like eclipse to j
When you run a java .class from the cmd it automatically outputs to the windows CMD. Either grab the most recent .class file from your bin folder or compile it yourself using javac. then just go to the windows cmd where the class file is and run it using java yourClassesName.class and it will automatically write all output to the windows cmd.