maven项目 报:java.lang.ClassNotFoundException: org.springframework.web.context...

1.       Add maven dependencies  

Right click the web project “properties” -------> click the “Deployment Assembly” ---->

Click add button

 maven项目 报:java.lang.ClassNotFoundException: org.springframework.web.context..._第1张图片

 

Choose Java Build Path Entires ---> click Next


 maven项目 报:java.lang.ClassNotFoundException: org.springframework.web.context..._第2张图片


 

Choose Maven Dependencies------>  Finish

 maven项目 报:java.lang.ClassNotFoundException: org.springframework.web.context..._第3张图片


 

2.       Add project dependencies

  Click add button

 maven项目 报:java.lang.ClassNotFoundException: org.springframework.web.context..._第4张图片






Choose Project-----> Click Next button

 maven项目 报:java.lang.ClassNotFoundException: org.springframework.web.context..._第5张图片

Choose your dependencies project -----> Click Finish button

 maven项目 报:java.lang.ClassNotFoundException: org.springframework.web.context..._第6张图片

转载自:http://blog.sina.com.cn/s/blog_8ced01900101ba3f.html

你可能感兴趣的:(java)