Where to go to see an exception thrown by a browser based java app

Posted by vaccano on Super User See other posts from Super User or by vaccano
Published on 2010-02-25T04:09:04Z Indexed on 2010/04/03 7:03 UTC
Read the original article Hit count: 299

Filed under:
|
|
|
|

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.

© Super User or respective owner

Related posts about debugging

Related posts about java