java.lang.NoClassDefFoundError: com/MyCompany/Beans/Crawler (wrong name: Crawler). I keep getting this error when i try and run a .jsp page. The problem stems from this line: <jsp:useBean id="craw" class="com.MyCompany.Beans.Crawler">. The line looks right to me.![]()


Reply With Quote
