Scroll to the Java SE 8u171/ 8u172 section in the middle of the Oracle Java download page and click on the Download button right below JDK. The JDK package also comes with a Java runtime environment (JRE) that is needed to run compiled Java code. In order to be able to compile Java code, we need the Java Development Kit (JDK) package that comes with a Java compiler. There are a number of different Java packages available, for this tutorial we will be installing Java Standard Edition (SE) on Windows. Java can be obtained from the Oracle Java download page. It is currently owned by the Oracle Corporation.Ĭonsult following posts if you are looking to download and install JDK 1.5, JDK 1.6, JDK 1.7, JDK 1.9 or JDK 1.10. James Gosling created Java at Sun Microsystems. Java applications compile to bytecode (class file) that can then run on a Java Virtual Machine (JVM). Java is a computer programming language that is concurrent, class-based and object-oriented. If you want to get up and running with Java, you’ll love this tutorial. If you’re new to Java, I’ll show you how to setup the Java Development Kit.Īnd if you’re a Java pro? I’ll highlight the needed links that you can use to download the installer. This tutorial has everything you need to know about installing JDK 8 on Windows. Some vendors will be supporting releases for longer than six months.Java - Download and Install JDK 1.8 on Windows If you would like to download Java for free, you can get OpenJDK builds from the following vendors, among others:ĪdoptOpenJDK RedHat Azul Amazon SAP Liberica JDK Dragonwell JDK GraalVM (High performance JIT) Oracle Microsoft With the introduction of the new release cadence, many have asked where they should download Java, and if it is still free. Join us on IRC #reddit-java Where should I download Java?