在Myeclipse2014中新建一个web项目,出现一个warming:
Description Resource Path Location Type
Build path specifies execution environment JavaSE-1.6. There are no JREs installed in the workspace that are strictly compatible with this environment. WebServiceProject_learn1 Build path JRE System Library Problem
解决方案:
右键项目→Build path,选择config build path,选择JRS System Library[JavaSE-1.6],Edit,选择Workspace default JRE(.....) 【ps:就是选择和电脑装的JRE环境一致】,确定
Description Resource Path Location Type
Build path specifies execution environment JavaSE-1.6. There are no JREs installed in the workspace that are strictly compatible with this environment. WebServiceProject_learn1 Build path JRE System Library Problem
解决方案:
右键项目→Build path,选择config build path,选择JRS System Library[JavaSE-1.6],Edit,选择Workspace default JRE(.....) 【ps:就是选择和电脑装的JRE环境一致】,确定