> Problem solved, thanks to everybody! ;-)
It's always nice if people that solve a problem post the solution too. That
way, anyone else having that problem, now or in the future, can possibly
find and use your solution by searching the archives of this newsgroup.
--
Rhino
michael.rechberger@gmail.com - 02 May 2006 21:52 GMT
I agree, Rhino. The actual problem was solved with what I posted in my
second posting, downloading the source file from sun.com.
What I thought was the next problem was actually just that I had an
option enabled in debug mode to stop everytime an exception is thrown
(even if it is caught) and I missinterpreted this as "real" errors.
After unchecking this option, the application runs fine.