views:

41

answers:

1

In netbeans when I run my junit test it works fine, but when I debug the test it throws NoClassDefFoundError saying it can't find javax.servlet.jsp.tagext.bodytagsupport

Anyone know what could cause this?

A: 

Did you ever get an answer to this? I am encountering the same error when the debugger cannot resolve the servlet reference in exactly the same way as you.

MikeT