eclipse上写java web项目时出现了未找到类错误,求大神们帮解决下!!!

org.springframework.beans.factory.CannotLoadBeanClassException: Cannot find class [com.book.dao.BookinfoDaoImpl] for bean with name 'bookinfoDao' defined in ServletContext resource [/WEB-INF/applicationContext.xml]; nested exception is java.lang.ClassNotFoundException: com.book.dao.BookinfoDaoImpl

Caused by: java.lang.ClassNotFoundException: com.book.dao.BookinfoDaoImpl

第1个回答  2014-11-04
BookinfoDaoImpl 说是没有周到你的这个类,你看看名字是不是写错了本回答被网友采纳
第2个回答  2014-11-04
ClassNotFoundException是缺少架包吧
相似回答