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
- Run the installer (
.msion Windows,.pkgon macOS) or extract the tarball (.tar.gzon Linux). - On Windows, make sure "Add to PATH" and "Set JAVA_HOME" are checked during install.
- Open a new terminal (the old one won't see the updated PATH).
- 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
- Download Java 21 LTS β the current recommended LTS
- Download Java 17 LTS β widely deployed LTS
- Download Java 25 LTS β newest LTS (2025)
- Download Java 8 β still heavily deployed
- All Java downloads