Where to go to see an exception thrown by a browser based java app
- by vaccano
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.