Home > Back-end >  Where to download Java JDK from
Where to download Java JDK from

Time:11-14

I am very new to Java.

I started the course and an instructor recommended to download JDK from https://www.oracle.com/java/technologies/downloads/ However the page mentioned would not open.

Does it mean it moved?
What would be the new (official) page to do download JDK, please ?

CodePudding user response:

Use this URL https://www.oracle.com/java/technologies/javase/jdk17-archive-downloads.html

For documentations refer https://www.geeksforgeeks.org/java/

CodePudding user response:

you can just search Google for "Java SE jdk download" and choose the first result

CodePudding user response:

https://adoptium.net/?variant=openjdk11 most reliable openJDK implementation. Used to be AdoptOpenJDK but the project was morphed into the Apache group.

CodePudding user response:

You can use https://jdk.java.net/ I think. The one you linked seems to be down for me as well.

  •  Tags:  
  • java
  • Related