java.lang.Error: Unresolved compilation problems:解决方案




参考网址:http://www.360doc.com/content/12/1015/17/4152160_241639166.shtml

问题:项目能正常启动,但在系统登录时却报错!MyEclipse 报错问题。
原因:由于电脑上安装了多个JDK版本,而MyEclipse IDE 使用默认版本,使得 IDE 的Compiler Compliance level 与 Installed JREs 版本不对应而导致错误。
解决方案:将 IDE 的Compiler Compliance level 与 Installed JREs 版本修改为一致。(例如:Compiler Compliance level 使用1.5时,Installed JREs版本则使用jdk1.5.0 )
图解:Compiler Compliance level:
 
 
Installed JREs:
 

你可能感兴趣的:(java.lang.Error: Unresolved compilation problems:解决方案)