java.lang.ClassNotFoundException: org.springframework.web.context.ContextLoaderListener
今天用Eclipse导入了一个Maven项目,启动tomcat时却报java.lang.ClassNotFoundException: org.springframework.web.context.ContextLoaderListener的错误。
解决办法:右键项目->properties->Deployment Assembly>Add->Java Build Path Entries->Next->Maven Dependencies->Finish。
重新启动Tomcat,项目成功启动。如果不行的话可以把project和Tomcat都Clean一下。
共有 0 条评论