首页 > 其他 > 详细

【maven 报错】maven项目update之后报错One or more constraints have not been satisfied.

时间:2016-07-05 18:22:54      阅读:222      评论:0      收藏:0      [点我收藏+]

在右键项目Update Project之后
报错:
One or more constraints have not been satisfied.
Spring 4.1 requires Java 1.6 or newer.

技术分享

 

解决问题:

The solution is I have to goto to the ".settings" folder which is at the project location and deleted "org.eclipse.wst.common.project.facet.core.xml" file and restarted the process again. This time it worked

这个从网上照的一个办法,比较好用,有作用。

就是删除掉.setting文件下的这个文件。然后将项目从MyEcplise中删掉,再Import进去,然后,发现项目不能被Tomcat识别了。

然后右键项目-->properties-->myEcplise下面的-->project Facts 将项目的web版本,java版本,hibernate版本等一并都选择好,再回来项目就好了。

 

【maven 报错】maven项目update之后报错One or more constraints have not been satisfied.

原文:http://www.cnblogs.com/sxdcgaq8080/p/5644288.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!