项目移除原来的jre环境lib后,添加本地的jre,报错如下: Java compiler level does not match the version of the installed Java project facet. 问题就出在切换了java版本上: 在项目的properties中,myeclipse->project facets->java version改成1.7 即可.
原文出自:http://blog.csdn.net/yizhizouxiaqu/article/details/7594502 当弹出"Confir Perspective Switch"视图时,不小心点了“No”.以后每次debug的时候都不切换到debug视图. 后发现设置Window->Preferences->Perspectives将Open the associated when launching选择为Always就可以了.