| JEXN allows you to receive instant exception stack traces in your email if your software crashes on a user's machine. It is a simple, powerful Java class that can be added to any Java 1.3 or later application. In the unfortunate event that the application crashes, the virtual machine redirects the System.err stream to a small JSX (Java Serialisation to XML) powered server application. The server then forwards the exception stacktrace on to a user specified email address. |