Ubuntu Eclipse Compiler 1.8 没有出现

Ubuntu Eclipse Compiler 1.8 does not appear

在 Ubuntu 中,安装 Openjdk 8 后,我在 Eclipse 3.8.1 中应用了必要的更改:

在preferences -> Java -> installed JREs,添加相关的VM;

在项目 -> 属性 -> Java 构建路径中,更新 JRE 系统库;

但是,在首选项 -> Java -> 编译器中,我看不到任何高于 1.8 的编译器版本。

有什么问题?

Eclipse 对 Java8 的支持来自 Kepler (4.3)。您可能需要移动比当前版本 (3.8) 更新的 eclipse 版本。

(从 Elliott Frisch 更新)

Luna是Kepler之后的版本,支持java8开箱即用。 参见 https://wiki.eclipse.org/JDT_Core/Java8