OpenJDK Downloads: FAQ

Here are some of the most frequently asked questions about OpenJDK downloads from OpenLogic.

What Is the Difference Between Java and JDK?

These two terms are used fairly loosely and sometimes take on different meanings based on the context. However, in general, “Java” is a programming language. The JDK (Java Development Kit) is a software development and delivery platform that supports multiple programming languages.

What Is JDK Used For?

The JDK is the platform for building and deploying Java applications. It is comprised of the JRE (Java Runtime Environment), the JVM (Java Virtual Machine), core class libraries, compilers, debuggers, and documentation.

What Is the Latest Java Development Kit?

The latest Java Development Kit is Java 17 / JDK 17. It was released in September, 2021. However, JDK 8 and JDK 11 are still widely used, as they are also designated long term support (LTS) versions of the product.

Is JDK Still Free?

JDK is still free for general purpose use. However Oracle now charges for JDK commercial licenses.

Is OpenJDK 11 Free?

OpenJDK 11 is free — and offers the exact same features as Java 11.

Is OpenJDK 8 Still Supported?

OpenJDK 8 is fully supported by OpenLogic.

Can I Use OpenJDK For Commercial Use?

Yes, you absolutely can use OpenJDK for commercial use.

Is OpenJDK Available For Windows?

OpenJDK is available for Windows. Simply follow the instructions above to get started on OpenJDK on Windows.

How Do I Download Java JDK?

You can download Java JDK 8 and 11 by scrolling up on this page and selecting the version you need from OpenLogic.

Is Java 1.8 the Same As Java 8?

Yes. Oracle uses the version string 1.8 to refer to Java 8.

What’s the Difference Between Java 11 and Java 8?

There are always a lot of little things that go into a release of Java, or any product for that matter. However, the biggest differences between Java 8 and Java 11 are:

  • The introduction of modularity in Java 11 to better support scaling down to small computing devices. Modularization also enables code to be refactored for easier maintenance, through a self-describing collection of code, data, and resources.
  • A REPL (read-eval-print-loop) tool, JShell, was added to Java 11 support  interactive programming, similar to what is available in Python.  This is very interesting for serverless-compute and one-offs in Kubernetes
  • A developer-friendly keyword “var” was added in Java 11 to help to reduce boilerplate coding. The “var” keyword only affects local variables, and the Type Inference keeps you repeating the same text over and over again
  • Due to lack of browser support for Java plugins, the Applet API has been deprecated in Java 11
  • Oracle has chosen the Eclipse Foundation as the new home for the Java Platform Enterprise Edition. As a result, those packages have moved, and this will require changes to package imports.
How Do I Download and Install JDK 8?

Scroll up and select JDK 8 for your platform to download the package from OpenLogic.

How Do I Download Java 11 on Windows?

Scroll up and select Java 11 for your Windows to download the JDK package from OpenLogic.

How Do I Download OpenJDK 11 on Linux?

Scroll up and select OpenJDK 11 for Linux to download the package from OpenLogic.