我正在尝试使用 Tomcat 6.0 服务器在 STS 中运行 Spring MVC 项目。但我有这两个我无法解决的错误:
Class 'org.springframework.jdbc.datasource.DriverManagerDataSource' not found [config set: projectName/web-context] root-context.xml /projectName/src/main/webapp/WEB-INF/spring Spring Beans Problem
Class 'org.springframework.web.servlet.view.InternalResourceViewResolver' not found [config set: projectName/web-context] servlet-context.xml /projectName/src/main/webapp/WEB-INF/spring/appServlet Spring Beans Problem
我怀疑这与构建路径有关。有什么建议么?