ShowJavaConsole

ShowJavaConsole[]
displays the Java console window and begins capturing output sent to the Java System.out and System.err streams.
ShowJavaConsole["stdout"]
captures only System.out.
ShowJavaConsole["stederr"]
captures only System.err.
  • Anything written to these streams before ShowJavaConsole is first called will not appear, but subsequent output will be captured even if the window is closed and reopened.
  • Only the most recent 1000 lines of output are displayed.
© 2008 Wolfram Research, Inc. japanese.gif