如何在Eclipse Eclipse中更改源代码级别

时间:2014-09-16 13:01:33

标签: eclipse

我正在尝试在Eclipse Juno 32位上创建一个Google App项目。

当我将鼠标悬停在@SuppressWarnings(“serial”)行中时出现以下语法错误 app servlet:

syntax error , annotations are only available if source level is 1.5 or greater

我安装了JDK 1.8。

1 个答案:

答案 0 :(得分:2)

首先,Eclipse Juno中不支持Java 8;您需要下载最新版本的Eclipse(Luna)。然后,根据these instructions,您需要修改eclipse.ini文件以确保Eclipse至少在Java 7 JVM中运行(如果需要,可以使用JDK 8)。 / p>

最后,右键单击Eclipse中的项目并选择Properties,然后选择Java Compiler部分以检查合规性级别。