up vote 0 down vote favorite
share [g+] share [fb]

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.

link|improve this question

66% accept rate
feedback

1 Answer

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

link|improve this answer
I tried to install this and after the installation and restart of Firefox a popup said that Java Console was no longer supported and would be removed on the next install. I tried running it anyway and it would not start. – Vaccano Feb 25 '10 at 5:39
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.