简体   繁体   中英

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

I'm trying to download Java SE 12 or JDK 12 but there's no longer a link to download that: https://www.oracle.com/technetwork/java/javase/downloads/jdk12-downloads-5295953.html

It says:

"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. "

And looking for downloads you only are able to download Java SE11 or Java SE13 (12 is not in the list)

Do anybody knows why is this situation? I'm cloning a Project that's in Java 12, should I migrate to Java 13 instead?

Thanks Naman and Hooknc you are right. I add this as a valid answer beacause I don't find how to mark your comment as an answer.

The main part is:

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."

And

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...).

Basically is better to use Java 8 or 11 for a long term project and you're able to use current brand new Java version having in mind that you may need to update/migrate to newer version if it's a Short Term Release.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM