1

I have a java app that is running in my browser. At a specific point the app will crash. I would like to find the exception that is being thrown (if possible) so I can show it to the support of the company that makes the app.

Is there a standard place for this? Or a way that capture it? (So I can prove that it is happening.)

I am using Firefox, but could use IE if needed.

Vaccano
  • 6,806

1 Answers1

1

In Firefox, go to the Tool menu. It should have a Java Console item if you have installed the extension Java Console 6.0.02.03.

If you use the Web Developer extension, CTRL+SHIFT+O will also open the Java Console.

On Windows, when Java is running, there is also a Java icon in the System Tray, near the clock. Right-click on it, and you should find an entry "Open the console" (with the version of the JRE).

alt text

Gareth
  • 19,080
Snark
  • 33,097