

The JDK package also comes with a Java runtime environment (JRE) that is needed to run compiled Java code.Īs we are installing a Java version that reached end of life, you need to scroll all the way down to the bottom of the Oracle Java download page and click on the Download button in the Java Archive section. 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.

The next planned LTS is JDK 11.Ĭheck following posts if you are looking to download and install JDK 1.5, JDK 1.6, JDK 1.7, JDK 1.8 or JDK 1.10. This is linked to the new release cycle that Java will be following which consists out of a “feature” release every 6 months and a long-term support (LTS) release every 3 years. JDK 9 has reached its end of life (and end of public support) as of March 2018 and users should switch to JDK 10. Following tutorial will show you how to setup and configure Java 1.9 on Windows so you can develop and run Java code. Java is currently owned by the Oracle Corporation which acquired Sun Microsystems in 2010. Java applications are compiled to bytecode (class file) that can run on any Java virtual machine (JVM) regardless of computer architecture. It was originally developed by James Gosling at Sun Microsystems. Java is a computer programming language that is concurrent, class-based and object-oriented.

Java - Download and Install JDK 1.9 on Windows
