DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=10565>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=10565 shutdown hook problem: java.lang.NoClassDefFoundError: java/util/Iterator ------- Additional Comments From [EMAIL PROTECTED] 2004-02-04 20:04 ------- More info received via private mail suggesting a work-around: Hi Mark, I stumbled across your recent comments on this bug, and thought I'd let you know of a work-around if your reporter needs one. The trick is to preload the classes required by the shutdown hook code, so loading isn't attempted at shutdown. private static final Class needed = java.util.Iterator.class; yeah its a hack, but it works :-) cheers, -Brendan --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]