在使用Myeclipse2015通过SNV导入项目后,项目直接报错,如下图:
点开后报错详细信息如下:
Multiple markers at this line
- The type java.lang.Object cannot be resolved. It is indirectly referenced from required .class
files
- The type java.lang.Exception cannot be resolved. It is indirectly referenced from
required .class files
解决方法如下:
1.点开Myeclipse界面上的 Project –> Properties 后,显示如下图, 先在左边选择 Java Build Path ,然后右边选择 Add Library ,出现步骤2.中界面。
(备注:也可以通过点击上图中 Configure build path… ,可以直接进入下图界面)
2.点击JRE System Library 然后点击 Next 。
3.点击 Next 后,出现下图,选中 Workspace default JRE(jdk1.7.0_51) 然后点击 Finish ,等待Myeclipse刷新完成即可。
时间: 2024-10-28 16:13:55