That sounds like code in the JBoss server. Do you really need to debug at such a low level? Instead, try setting a breakpoint at the last net.jforum class.
It seems likely that JBoss isn't broken and whatever error you have is in JForum.
i use Eclipse Java EE IDE for Web Developers Version: Juno Release & Tomcat 6.
i first new a dynamic web project , then put jforum into directory "WebContent" except src to project's "src".
then i get errors showing in attachment.
i don't understand -- how did i miss those jar file? it cannot be jforum's bug. what's wrong in my debug envirement? mybe if i add the 'lost' jar file, it would be ok . so i ask help here.
but atfer adding, new error comes.
so when i don't use tomcat but jboss, these errors would be disappear. am i right?
if i still use tomcat , those errors need't be fixed. am i right?
Right. Compiling is making the code compile (circular I know.) It can happen automatically or on demand. Debugging is figuring out why your code doesn't work.