Download Java 11 LTS

Free Java 11 JDK downloads for Windows, macOS (Apple Silicon and Intel) and Linux, from every trusted OpenJDK vendor. Released September 2018. All downloads go to the official vendor page.

πŸ“… September 2018 🏷 LTS πŸ†“ Free OpenJDK πŸ–₯ Windows Β· Mac Β· Linux

Key features introduced in Java 11: HttpClient (stable), local-variable syntax for lambda parameters, new String methods. Free support winding down through 2027.

Java 11 β€” Eclipse Temurin

Java 11 β€” Microsoft

Java 11 β€” Amazon Corretto

After you download Java 11

  1. Run the installer (.msi on Windows, .pkg on macOS) or extract the tarball (.tar.gz on Linux).
  2. On Windows, make sure "Add to PATH" and "Set JAVA_HOME" are checked during install.
  3. Open a new terminal (the old one won't see the updated PATH).
  4. Verify:
    java -version
    # expected: openjdk version "11.x.x"

Detailed per-OS install guides:

Should I pick Java 11?

Only if you are maintaining existing Java 11 code β€” free support from most vendors ends in 2027. For new projects, migrate to Java 17 or Java 21.

Related downloads