The Java Console will log the Java version, the user home directory, and any error message that occurs while running an applet.

Please find instructions below to enable / show the Java Console.

Windows:

On Windows, you can enable the Java Console using the Java Control Panel (Method 1) or the Java icon displayed in the Windows system tray (Method 2).

Method 1 (Windows)

  1. Click Start
  2. Select Control Panel.
  3. Double-click the Java icon in the control panel
    OR
    Click on Program and then on the Java icon
  4. Click the Advance tab.
  5. Click on the sign
  6. Select Show Console and click Apply.

 

Method 2 (Windows)

  1. Locate Java icon from the System tray on lower right hand side of screen.
  2. Right click on Java icon
  3. Select Open Console.

 

Linux:

  1. Open the Terminal Window.
  2. Go to the Java installation directory.
    cd /java/jre1.6.0_24 (Change the name of the directory to where you have installed the Java)
  3. Open the Java Control Panel. Type: ./ControlPanel
  4. You can also open the Java Control Panel through your browser. Launch Netscape or Mozilla. Open the ControlPanel.html file which usually is found in the $JAVA_HOME/jre/ directory
  5. In the Java Control Panel, click the Basic tab.
  6. Select Show Console radio button.
  7. Click the Apply button.