Eclipse和Tomcat:无法启动War项目

Eclipse和Tomcat:无法启动War项目,eclipse,tomcat,Eclipse,Tomcat,我的eclipse web项目设置以前工作过。但它突然停止了工作 Eclipse版本构建id:20100218-1602 这是一个非常标准的设置。我在eclipse中设置了一个服务器项目。我在其中定义了一个tomcat服务器。我可以这样运行我的web项目 今天,出于某种原因,我突然发现了一个例外: org.springframework.beans.factory.CannotLoadBeanClassException: Error loading class [some.compa

我的eclipse web项目设置以前工作过。但它突然停止了工作

Eclipse版本构建id:20100218-1602

这是一个非常标准的设置。我在eclipse中设置了一个服务器项目。我在其中定义了一个tomcat服务器。我可以这样运行我的web项目

今天,出于某种原因,我突然发现了一个例外:

    org.springframework.beans.factory.CannotLoadBeanClassException: 
Error loading class [some.company.persistence.dao.hbm.ProductDaoImpl] 
for bean with name 'productDao' defined in class path resource [SomeDB.xml]:  
problem with class file or dependent class; nested exception is 
java.lang.NoClassDefFoundError: org/springframework/orm/hibernate3/support
/HibernateDaoSupport

根据上面的消息,有人能建议可能出现的问题吗?

项目的类路径中似乎缺少hibernate库。找出哪个spring JAR包含HibernateDaoSupport并将其添加到项目的类路径。

项目的类路径中似乎缺少hibernate库。找出哪个spring jar包含HibernateDataOSupport,并将其添加到项目的类路径中