🌐
Oracle
oracle.com › java › technologies › downloads
Download the Latest Java LTS Free
Download the Java including the latest version 17 LTS on the Java SE Platform. These downloads can be used for any purpose, at no cost, under the Java SE binary code license.
🌐
Oracle
java.com › en › download › manual.jsp
Download Java
This download is for end users who need Java for running applications on desktops or laptops. Java 8 integrates with your operating system to run separately installed Java applications.
Java development kit
OpenJDK (Open Java Development Kit) is an implementation of the Java Platform, Standard Edition (Java SE). It is the result of an effort Sun Microsystems began in 2006, four years before the … Wikipedia
Factsheet
Original author Sun Microsystems
Developers Oracle, OpenJDK and Java Community, Red Hat, Azul Systems, IBM, Microsoft, Amazon, Apple, SAP
Release May 8, 2007; 19 years ago (2007-05-08)
Factsheet
Original author Sun Microsystems
Developers Oracle, OpenJDK and Java Community, Red Hat, Azul Systems, IBM, Microsoft, Amazon, Apple, SAP
Release May 8, 2007; 19 years ago (2007-05-08)
🌐
OpenJDK
openjdk.org
OpenJDK
JDK 8 Updates · JDK 9 · JDK (…, 26, 27, 28) JDK Updates · JMC · Jigsaw · Lanai · Leyden · Lilliput · Loom · Memory Model Update · Multi-Language VM · Nashorn · New I/O · OpenJFX · Panama · Port: AArch32 · Port: AArch64 · Port: BSD · Port: Haiku ·
🌐
Oracle
java.com › en
Java | Oracle
Download Java for Desktops · What is Java · Help for end users · Free Java Development Kit (JDK) downloads and resources from Oracle, the stewards of Java · Developer Downloads · Developer Resources · Enterprise Resources ·
Top answer
1 of 3
1

I tested this answer using a clean install of High Sierra 10.13.6. All updates from Apple were installed.

The downloads of the JDKs can be found at Java Downloads. I could not correctly view this site using Safari under High Sierra. Instead, I installed and used Firefox ESR (Extend Support Release). This link for Firefox download can be successfull viewed from Safari. The file I downloaded and installed was Firefox 115.16.1esr.dmg.

I tried JDK 23 by downloading and installing jdk-23_macos-x64_bin.dmg. This was not recognized by Java. Next, I tried JDK 21 by downloading and installing jdk-21_macos-x64_bin.dmg. This was recognized by Java.

Instructions for uninstalling a JDK can be found here. Personally, I just used the Finder to move the /Library/Java/JavaVirtualMachines/jdk-23.jdk folder to the Trash.

I tested by using the simple code given below. The code was stored in the file named Simple.java.

class Simple{  
    public static void main(String args[]){  
     System.out.println("Hello Java");  
    }  
}

Example of testing is given below.

dmas-Mac:Desktop dma$ javac Simple.java 
dmas-Mac:Desktop dma$ java Simple
Hello Java

BTW, I tested JDK 23 using macOS Monterey and did not encounter the problems that occurred with High Sierra.

2 of 3
0

I've successfully installed Java 21 from Microsoft on High Sierra.

$ java --version
openjdk 21.0.8 2025-07-15 LTS
OpenJDK Runtime Environment Microsoft-11933195 (build 21.0.8+9-LTS)
OpenJDK 64-Bit Server VM Microsoft-11933195 (build 21.0.8+9-LTS, mixed mode, sharing)

Java 25 has the some issue as mentioned above. It looks like the jdks have been build with a dependency to "chkstk_darwin" which ist not available in High Sierra.

🌐
GeeksforGeeks
geeksforgeeks.org › java › download-and-install-jdk-on-windows-mac-and-linux
Download and Install JDK on Windows, Mac and Linux - GeeksforGeeks
April 4, 2026 - Go to the Official JDK website to download the file. ... Since JDK is an open-source, so you can get it from OpenJDK in a few clicks. ... As of 2025, the latest stable versions are JDK 23 (SE) and JDK 21 (LTS).
🌐
Azul Systems
azul.com › home › azul downloads
Java 8, 11, 17, 21, 25 Download for Linux, Windows and macOS
January 30, 2023 - Click here to download the Azul Zulu Builds of OpenJDK for Java 8, 11, 17, 21, 25 for Linux, Windows and macOS. Also download Azul Platform Prime.
Find elsewhere
🌐
Oracle
docs.oracle.com › en › java › javase › 21 › install › installation-jdk-macos.html
Installation of the JDK on macOS
July 15, 2025 - JDK is installed in /Library/Java/JavaVirtualMachines/jdk-<FEATURE>.jdk where <FEATURE> is the feature release number. For example, JDK 21.0.1 is installed in /Library/Java/JavaVirtualMachines/jdk-21.jdk. ... When starting a Java application through the command line, the system uses the default JDK.
🌐
OpenLogic
openlogic.com › openjdk-downloads
OpenJDK Downloads | OpenLogic
Free, quarterly builds of OpenJDK for Linux, Windows, and MacOS.
🌐
Microsoft Learn
learn.microsoft.com › en-us › java › openjdk › download
Download the Microsoft Build of OpenJDK | Microsoft Learn
April 30, 2026 - curl -OL https://aka.ms/download-jdk/microsoft-jdk-25-macOS-x64.tar.gz · Windows · Invoke-WebRequest -Uri https://aka.ms/download-jdk/microsoft-jdk-25-windows-x64.zip · For a complete list of available URLs and versions, see this page.
🌐
Oracle
java.com › en › download › help › mac_install.html
How do I install Java for my Mac?
1. Download the jre-8u311-macosx-x64.dmg file. Review and agree to the terms of the license agreement before downloading the file. ... 4. Double-click on the .app icon to launch install Wizard. You might be prompted with message indicating app being downloaded from the Internet.
🌐
OpenJDK
openjdk.org › projects › jdk › 17
JDK 17
JDK 17 reached General Availability on 14 September 2021.
🌐
Adoptium
adoptium.net › temurin › releases
Download Temurin® JDK
Pick a version, package type, JDK/JRE, and download the binaries. All VersionsJDK 25 - LTSJDK 21 - LTSJDK 17 - LTSJDK 11 - LTSJDK 8 - LTS · No releases match your current filter criteria. Try adjusting your selections or reset all filters to see available releases. There are multiple different ways to get Eclipse Temurin beyond direct downloads. The curated list below shows some of these options for installing high-performance, cross-platform, open-source OpenJDK runtime binaries.
🌐
Treehouse
treehouse.github.io › installation-guides › mac › jdk-mac.html
Installing Java SE Development Kit on Mac
The installation process is very straight forward: Navigate to the Java SE Downloads page · Choose the JDK Download: Agree to terms and download the Mac OS X version · Open the dmg file and run the installation accepting all defaults · There are currently no reported issues.
🌐
DePaul University
facweb.cs.depaul.edu › sjost › it212 › documents › java-download-mac.htm
Download Directions for Mac, Java 8 JDK
On the Oracle site, go to the Java ... SE Development Kit 8u201 section, download the file .dmg file for your operating system. For a Mac OS, 64-bit machine, download jdk-8u201-macosx-x64.dmg...
🌐
.NET
dotnet.microsoft.com › en-us › download
Download .NET (Linux, macOS, and Windows) | .NET
4 days ago - Free downloads for building and running .NET apps on Linux, macOS, and Windows. Runtimes, SDKs, and developer packs for .NET Framework, .NET, and ASP.NET.
🌐
Bell Software
bell-sw.com › pages › downloads
Download JDK 8, 11, 17, 21, 25, 26 | Java Builds for Linux, Windows and macOS
Download Liberica JDK - a free, TCK-verified OpenJDK distribution. Supports Java 8-26, Linux, Alpine Linux, Windows, macOS, Solaris. Free for commercial use.
🌐
Oracle
jdk.java.net › macos
JDK 14 Early-Access builds for macOS 10.15 Catalina
JDK 14, which complies with Apple requirements for macOS 10.15, is now available on https://jdk.java.net/14/
🌐
Oracle
docs.oracle.com › javase › 8 › docs › technotes › guides › install › mac_jdk.html
JDK 8 Installation for macOS
April 21, 2026 - This page describes how to install and uninstall JDK 8 for macOS computers.