From the course: Java 11+ Essential Training

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Install the JDK on Windows

Install the JDK on Windows - Java Tutorial

From the course: Java 11+ Essential Training

Start my 1-month free trial

Install the JDK on Windows

- [Instructor] If you're working on Microsoft Windows, there are a couple of places where you can get a distribution of the Java Development Kit. You could get it from Oracle at this webpage, at technetwork/java; from there you would go to Java SE. And you would choose the most recent version of Java as of the time you're watching the course. I'll be recording again on Java SE 13. Now you could use this version, but it's important to note that starting with Java 11, Oracle changed its licensing terms, so that Java is not completely free, depending on how you use it. If you want to just do some testing and development, it's probably fine. But if you want to make absolutely sure that you're using a legal version of Java, you should use a release from Open JDK, and you can find it at this webpage at jdk.java.net. From there, go to the version you're interested in. Again, I'm using Java 13. If you want an older version, you…

Contents