我无法安装 JDK 12 (Java SE12) 没有下载源

I'm unable to install JDK 12 (Java SE12) No source to download

我正在尝试下载 Java SE 12 或 JDK 12,但不再有 link 可供下载: https://www.oracle.com/technetwork/java/javase/downloads/jdk12-downloads-5295953.html

它说:

"Java SE 12 Downloads

Java SE 12 has reached end of support. Users of Java SE 12 should switch to Java SE 13.

Please visit our Java SE Downloads page to get the current version of Java SE.

You will be redirected to the Java SE Downloads page in 20 seconds. Please update your bookmarks to the Java SE Downloads page. "

寻找下载你只能下载 Java SE11 或 Java SE13(12 不在列表中)

有人知道为什么会这样吗? 我正在克隆 Java 12 中的项目,我应该迁移到 Java 13 吗?

谢谢 Naman and Hooknc 你是对的。 我将此添加为有效答案,因为我找不到如何将您的评论标记为答案。

主要部分是:

Yes, migrate to Java-13. The link itself reads and I quote "Java SE 12 has reached end of support. Users of Java SE 12 should switch to Java SE 13."

To add to @Naman's comment, there are two long term support versions of java right now 8 and 11. It is recommended to use one of these versions unless there is a specific reason to be on one of the short term releases (9, 10, 12, 13, etc...).

对于长期项目,基本上使用 Java 8 或 11 更好,并且您可以使用当前全新的 Java 版本,请记住您可能需要 update/migrate 如果是短期版本,则更新到较新版本。