Programmer's Guide > Using the AOM > Using Java to Access the AOM > Accessing the Java Console
  
Accessing the Java Console
The Java Console displays everything that a Java program writes to the Java System.out PrintStream and output from the JavaScript print() function. The Java Console also displays the JVM version number and vendor.
* 
The Java Console is not a standard input (that is, stdin). You cannot type in the Java Console window.
For example, if a Java method executes:
System.out.println("Hello");
then Hello displays on the Java Console (if it is open).
If the Java Console is closed, output will be discarded.
There are two ways you can access the Java Console:
Choose Tools > Java Console.
Use the java_console ACL function, which can also specify the size of the window.