String cannot be resolved to a type

String cannot be resolved to a type.

见过这错误吗?

说实话,我是第一次见。以前上课时老给同学们强调**cannot be resolved to a type.一定是这个**应该导入而没有导入。但是今天这个String没听说使用之前需要导入的啊。

再仔细一看,原来下面还有这么一句。
Unbound classpath container: 'JRE System Library [JDK]' in project

经过和其他的项目进行比较,发现其他的项目中都有一个JRE System Library,而这个没有。

解决办法,在项目名上右键,Build path-->Configure Build path.下面的就由你们自己来处理吧。
String <wbr>cannot <wbr>be <wbr>resolved <wbr>to <wbr>a <wbr>type

这是一个导入已有项目的问题,如果是自己做的,那就不会出现这种情况了。

你可能感兴趣的:(String)