eclipse下项目右键没有buildpath

1.Window->Show View->Project Explorer即可

eclipse下项目右键没有buildpath_第1张图片

2.完成后其他项目出现好多红色叉叉以及a jni error has occurred please check your installation and try again问题

解决:

项目右键,build path,add library,选择JRE system library,所有的小红叉都没有了

但是还有项目上有红色感叹号,且运行java文件报错如下:

Exception in thread "main" java.lang.UnsupportedClassVersionError: Aha/Catfish has been compiled by a more recent version of the Java Runtime (class file version 54.0), this version of the Java Runtime only recognizes class file versions up to 52.0

解决:

这是因为创建项目时使用的jre和目前的jre版本不同,

项目右键,build path->configuration buildpath

eclipse下项目右键没有buildpath_第2张图片

 

 

你可能感兴趣的:(项目)