In netbeans when I run my junit test it works fine, but when I debug the test it throws NoClassDefFo
Posted
by Spines
on Stack Overflow
See other posts from Stack Overflow
or by Spines
Published on 2010-04-15T02:42:24Z
Indexed on
2010/04/15
2:53 UTC
Read the original article
Hit count: 343
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?
© Stack Overflow or respective owner