Download Java 8 LTS
Free Java 8 JDK downloads for Windows, macOS (Apple Silicon and Intel) and Linux, from every trusted OpenJDK vendor. Released March 2014. All downloads go to the official vendor page.
π
March 2014
π· Legacy LTS
π Free OpenJDK
π₯ Windows Β· Mac Β· Linux
Key features introduced in Java 8: Lambdas, Stream API, java.time, default methods, Optional. Still the most-deployed Java in production.
Java 8 β Eclipse Temurin
Java 8 β Amazon Corretto
Java 8 β Azul Zulu
Java 8 β Oracle
β Oracle JDK requires a paid subscription for commercial production use. For free production use, pick Eclipse Temurin, Microsoft, Amazon Corretto or Azul Zulu above.
After you download Java 8
- 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 "8.x.x"
Detailed per-OS install guides:
Should I pick Java 8?
Only if you are maintaining legacy systems that genuinely cannot move forward. Java 8 misses a decade of language and JVM improvements. For new code, always pick Java 17 or 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 11 LTS β legacy LTS
- All Java downloads