Any library for remote exception sending.

For normal java apps. If it had support to open a issue in Google code especially, it would be nice.

(merge duplicates ofcourse).

Simple approach:
http://slick.javaunlimited.net/viewtopic.php?t=1931

Android solution:
http://code.google.com/p/android-remote-stacktrace/

Hey that’s very useful, thanks. I suppose that will pop a security dialog unless the applet came from the same server where logging is taking place.

I’ve just seen that google has just released a issue tracker api:
http://code.google.com/p/support/wiki/IssueTrackerAPIJava

I’m going to bug them until get duplicated merging by stacktrace matching into the java implementation.

Edit: Authentification looks to be a bitch though. Needed if don’t want robot spamming sonner or later though.