导入项目后 出现Unbound classpath container: 'JRE System Library [jdk1.6.0_04]' in project '项目名'这样的错误

右键项目-->properties-->java build path--中->libraries。你可以看到JRE Systems Library。

点击Edith进入编辑框。单选框点击alternate JRE.选择SUN JDK 1.6....。完成
试试看,不行更改其他的JDK...应该可以解决的。

问题的所在就是项目的JDK和IDE使用的JDK版本不一致,造成未绑定的状态

MyEclipse创建不同版本的jre

window--》properties--》Installed jres

add-->standard VM-->添加新的jre文件夹

原文地址:https://www.cnblogs.com/zoured/p/5882560.html