<?xml version="1.0" encoding="utf-8"?><!-- generator="wordpress/2.0.2" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Looking for automatic error reporting package for Java</title>
	<link>http://joust.kano.net/weblog/archive/2004/10/14/looking-for-automatic-error-reporting-package-for-java/</link>
	<description>A weblog for Keith Lea and the Joust Project.</description>
	<pubDate>Fri, 21 Nov 2008 05:56:50 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.2</generator>

	<item>
		<title>by: Guy Davis</title>
		<link>http://joust.kano.net/weblog/archive/2004/10/14/looking-for-automatic-error-reporting-package-for-java/#comment-1488</link>
		<pubDate>Wed, 14 Sep 2005 16:35:49 +0000</pubDate>
		<guid>http://joust.kano.net/weblog/archive/2004/10/14/looking-for-automatic-error-reporting-package-for-java/#comment-1488</guid>
					<description>Hi, I'm looking for an existing library to handle this as well.  Ideally, I would catch all Exceptions and RuntimeExceptions in my app's main().  In the exception handler, I would pass the exception to a GUI componenent like the &quot;Windows Error Reporting&quot; tool in WinXP.  This dialog would display the exception message, let them see the stacktrace as a &quot;More details&quot; option.  It would also let them click 'Send Report' which would bundle up the exception details along with any relevant system information such as OS, Java version, etc and mail or http post it off to our site.

Did you have any luck finding such a utility?  It wouldn't be that hard to build one, but this would seem like a common component for many Java apps so I'm surprised no one has released a generic tool for it.</description>
		<content:encoded><![CDATA[<p>Hi, I&#8217;m looking for an existing library to handle this as well.  Ideally, I would catch all Exceptions and RuntimeExceptions in my app&#8217;s main().  In the exception handler, I would pass the exception to a GUI componenent like the &#8220;Windows Error Reporting&#8221; tool in WinXP.  This dialog would display the exception message, let them see the stacktrace as a &#8220;More details&#8221; option.  It would also let them click &#8216;Send Report&#8217; which would bundle up the exception details along with any relevant system information such as OS, Java version, etc and mail or http post it off to our site.</p>
<p>Did you have any luck finding such a utility?  It wouldn&#8217;t be that hard to build one, but this would seem like a common component for many Java apps so I&#8217;m surprised no one has released a generic tool for it.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Brian Miller</title>
		<link>http://joust.kano.net/weblog/archive/2004/10/14/looking-for-automatic-error-reporting-package-for-java/#comment-14</link>
		<pubDate>Fri, 15 Oct 2004 03:07:24 +0000</pubDate>
		<guid>http://joust.kano.net/weblog/archive/2004/10/14/looking-for-automatic-error-reporting-package-for-java/#comment-14</guid>
					<description>JavaMail is the only error reporting framework I need.</description>
		<content:encoded><![CDATA[<p>JavaMail is the only error reporting framework I need.
</p>
]]></content:encoded>
				</item>
</channel>
</rss>
