Tomcat6.0サーバーを使用してSTSでSpringMVCプロジェクトを実行しようとしています。しかし、私には解決できない次の2つのエラーがあります。
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
これはビルドパスに関係していると思います。助言がありますか?