Eclipse Neon 是否支持 Java 9?

Does Eclipse Neon support Java 9?

Eclipse Neon 是否支持 Java9?我知道可以使用 Eclipse Oxygen,但我们有一些限制,不能使用 Neon 以外的其他 Eclipse。

我们使用 Maven 构建 J2EE 项目,Git 进行源代码控制。

如果您能用一些 links/proofs 来支持您的回答,我将不胜感激。谢谢!

eclipse Neon支持Java9吗?

这取决于你所说的 "support" 是什么意思。如果您的意思是“Java 9 是否正式支持 Neon?”,那么答案是否定的。例如,参见 this DZone article:

You need an Oxygen-based install of Eclipse – ensure you’re using the R version and not milestone or integration builds.

此外,来自 Eclipse's site

Users who install Eclipse Oxygen 4.7.1a are able to launch with Java 9 and get Java 9 support

但如果你的意思是“是否有可能在 Neon 下获得 Java 9 运行?”那么答案是肯定的。这是一篇标题为 Eclipse Java™ 9 Support (BETA) for Neon 的文章的片段,来自一位勇敢的灵魂,他在 2015 年做了这件事!...

I downloaded the early access version of Java 9 JDK from java.net in the form of a tar.gz file that I decompressed into a local directory: /home/apps/jdk1.9.0. I made no other changes to my system.

I downloaded the Eclipse SDK 4.6 (Neon) M2 from the Eclipse Platform downloads and decompressed it into its own directory. I made a small change to the eclipse.ini file to make the new configuration run using the Java 9 runtime...

当然,这是通过 Java 9 的早期访问版本完成的,我不会自动假设 Neon 仍然可以使用最新版本的 Java 9。

~~~~~~~~~

更新:

我刚刚注意到这个标题为 Neon: how to run on jdk9? 的 SO 问题,它可能会提供更多有用的信息。