A Java debugging aid that redirects any System.{out,err} to a console window.
"Java Console" explains:
Java Console is a simple debugging aid that redirects any
System.outandSystem.errto the console window. It is available for applets running with Java Plug-in and applications running with Java Web Start.
See also How do I enable and view the Java Console?
JConsole may also refer to the eponymous Java Virtual Machine monitoring tool.