Azul actually just updated their downloads page and a .dmg can be found which successfully installs earlier lts versions of Java. This page can be found here:

https://www.azul.com/downloads/zulu-community/?os=macos&architecture=arm-64-bit&package=jdk

Answer from Jacob Waters on Stack Overflow
🌐
Reddit
reddit.com › r/minecraft › anyone have any luck with azul's zulu arm optimized java runtime for apple silicon
r/Minecraft on Reddit: Anyone have any luck with Azul's ZULU arm optimized Java runtime for Apple Silicon
November 19, 2020 -

Hi all! I found an optimized version of Java for Apple's new M1 chip. I'd like to see what Minecraft (java edition) is like with an optimized runtime for the new hardware.

Azul has an optimized build for AArm64 (Apple Silicon) but I'm having trouble getting Minecraft to launch with it.

Here's the link to the JDK - https://www.azul.com/downloads/zulu-community/?os=macos&architecture=arm-64-bit&package=jdk

And the error I'm getting is that it can't find the lwjgl.dylib (light weight java game library). I've copied it from the Minecraft folder into the new JDK folder as well as added a library path flag on the JVM command.

Can't wait to see the FPS!

Thanks!

---- Minecraft Crash Report ----
// I let you down. Sorry :(

Time: 11/19/20 10:53 AM
Description: Initializing game

java.lang.UnsatisfiedLinkError: Failed to locate library: liblwjgl.dylib
	at org.lwjgl.system.Library.loadSystem(Library.java:147)
	at org.lwjgl.system.Library.loadSystem(Library.java:67)
	at org.lwjgl.system.Library.<clinit>(Library.java:50)
	at org.lwjgl.system.MemoryUtil.<clinit>(MemoryUtil.java:97)
	at org.lwjgl.system.Pointer$Default.<clinit>(Pointer.java:61)
	at dez.a(SourceFile:131)
	at com.mojang.blaze3d.platform.GLX._initGlfw(SourceFile:63)
	at com.mojang.blaze3d.systems.RenderSystem.initBackendSystem(SourceFile:1060)
	at djz.<init>(SourceFile:458)
	at net.minecraft.client.main.Main.main(SourceFile:177)


A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------

-- Head --
Thread: Render thread
Stacktrace:
	at org.lwjgl.system.Library.loadSystem(Library.java:147)
	at org.lwjgl.system.Library.loadSystem(Library.java:67)
	at org.lwjgl.system.Library.<clinit>(Library.java:50)
	at org.lwjgl.system.MemoryUtil.<clinit>(MemoryUtil.java:97)
	at org.lwjgl.system.Pointer$Default.<clinit>(Pointer.java:61)
	at dez.a(SourceFile:131)
	at com.mojang.blaze3d.platform.GLX._initGlfw(SourceFile:63)
	at com.mojang.blaze3d.systems.RenderSystem.initBackendSystem(SourceFile:1060)
	at djz.<init>(SourceFile:458)

-- Initialization --
Details:
Stacktrace:
	at net.minecraft.client.main.Main.main(SourceFile:177)

-- System Details --
Details:
	Minecraft Version: 1.16.4
	Minecraft Version ID: 1.16.4
	Operating System: Mac OS X (aarch64) version 11.0.1
	Java Version: 1.8.0_275, Azul Systems, Inc.
	Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Azul Systems, Inc.
	Memory: 2801680328 bytes (2671 MB) / 3489660928 bytes (3328 MB) up to 4294967296 bytes (4096 MB)
	CPUs: 8
	JVM Flags: 7 total; -Xss1M -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M
	Launched Version: 1.16.4
	Backend library: LWJGL version 3.2.1 build 12
	Backend API: ~~ERROR~~ NoClassDefFoundError: Could not initialize class org.lwjgl.system.Library
	GL Caps: 
	Using VBOs: Yes
	Is Modded: Probably not. Jar signature remains and client brand is untouched.
	Type: Client (map_client.txt)
	CPU: <unknown>
  • edit typo and moved the error output to a code block

🌐
The Mac Observer
macobserver.com › home › cool stuff found › microsoft and azul are working on java for m1 macs
Microsoft and Azul are Working on Java for M1 Macs - The Mac Observer
April 24, 2021 - Microsoft and Azul Systems are working on M1 support for Java through OpenJDK. An early access build is available on GitHub.
🌐
Kev's Development Toolbox
kevinhooke.com › 2021 › 10 › 31 › installing-azul-openjdk-17-on-macbook-pro-m1
Installing Azul OpenJDK 17 on MacBook Pro M1 – Kev's Development Toolbox
October 31, 2021 - Installation of Azul’s OpenJDK build for native M1 is pretty uneventful, nothing different from what you’d expect from a typical .pkg installer on MacOS:
🌐
ADTmag
adtmag.com › articles › 2020 › 11 › 12 › azul-supports-apple-silicon.aspx
Apple Silicon Gets Native Java Support from Azul -- ADTmag
November 12, 2020 - Designed from the ground up to work with the macOS Big Sur operating system, the M1 combines the processor, I/O, security, and memory on a single chip. Azul Zulu builds of OpenJDK are tested and certified open source JDKs that cover the industry's ...
🌐
Reddit
reddit.com › r/java › are azul openjdk 17 builds for m1 open source and if so could some redirect to the repo.
r/java on Reddit: are Azul OpenJDK 17 builds for M1 open source and if so could some redirect to the repo.
June 2, 2021 - Oracle also publishes M1 builds: http://jdk.java.net/17/ They're built straight from the OpenJDK repo. ... Open the readme.txt send a mail to azul_openjdk@azul.com with the version code.
🌐
Reddit
reddit.com › r/macgaming › minecraft 1.17 on m1 mac with arm64 java?
r/macgaming on Reddit: Minecraft 1.17 on M1 Mac with arm64 java?
June 9, 2021 -

I was able to play Minecraft using the Azul Zulu 11 JDK built for arm64.

Today i upgraded Minecraft to version 1.17 which was released recently and has great new features. It now requires Java 16 and comes bundled with a x86_64 java binary on MacOS which works on M1 Macs but offers less than stellar performance.

I installed Azul Zulu 16 for arm64 and configured my Minecraft launcher profile to use it (path: /Library/Java/JavaVirtualMachines/zulu-16.jdk/Contents/Home/bin/java ).

Unfortunately the game crashes on launch. Has anyone gotten it to work with the arm64 java binary?

🌐
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.
🌐
Clojure Q&A
ask.clojure.org › index.php › 11494 › azul-java-8-for-m1-fails-build-for-1-11-alpha4
Azul Java 8 for M1 fails build for 1.11-alpha4 - Clojure Q&A
January 17, 2022 - Not really a Clojure problem, but just FYI... I'm using an Azul Java 8 on my M1 MacBook Air. https://www. ... os.name" "Mac OS X", "os.version" "12.1"
Find elsewhere
🌐
Does It Arm
doesitarm.com › app › openjdk
Does OpenJDK work on Apple Silicon? - Does It ARM
ViewJava on M1 BenchmarksAzul BuildsEarly Access BuildsJEP TicketDiscussion🧪 Apple Silicon App Tested ... { "CFBundleDevelopmentRegion": "English", "CFBundleExecutable": "libjli.dylib", "CFBundleGetInfoString": "SapMachine 17-ea+23", "CFBundleIdentifier": "com.sap.openjdk.jdk", "CFBundleInfoDictionaryVersion": "7.0", "CFBundleName": "SapMachine 17-ea", "CFBundlePackageType": "BNDL", "CFBundleShortVersionString": "17", "CFBundleSignature": "????", "CFBundleVersion": "23", "NSMicrophoneUsageDescription": "The application is requesting access to the microphone.", "JavaVM": { "JVMCapabilities": [ "CommandLine" ], "JVMMinimumFrameworkVersion": "13.2.9", "JVMMinimumSystemVersion": "10.12.0", "JVMPlatformVersion": "17", "JVMVendor": "SAP SE", "JVMVersion": "17" } }
🌐
Medium
medium.com › @idosinchuk › install-azul-zulu-jdk-19-on-apple-silicon-mac-m1-b6215062e76e
Install Azul Zulu JDK 19 on Apple Silicon | Mac M1 | by Igor Dosinchuk | Medium
October 19, 2022 - Install Azul Zulu JDK 19 on Apple Silicon | Mac M1 With the recent arrival of Java 19, new updates are coming and you can see them on the Oracle website. In this article, I am going to show you how …
🌐
Medium
medium.com › @idosinchuk › install-azul-zulu-jdk-17-on-apple-silicon-mac-m1-b6125938a823
Install Azul Zulu JDK 17 on Apple Silicon | Mac M1 | by Igor Dosinchuk | Medium
October 19, 2022 - Install Azul Zulu JDK 17 on Apple Silicon | Mac M1 In this article, I am going to show you how to install the JDK 17 on any Apple Silicon. For this article, I am going to use the Zulu JDK provided by …
🌐
Azul
azul.com › home › press releases › azul announces support of java builds of openjdk 8, 11, 13, and 15 for apple silicon
Azul Announces Support of Java Builds of OpenJDK 8, 11, 13, and 15 for Apple Silicon
November 18, 2025 - Azul Builds of OpenJDK Enable Java Developers to Use Apple’s New Arm-based Macs as Developer Workstations with the most Popular Java Versions
🌐
Azul
docs.azul.com › core › install › macos
Installing Azul Zulu on macOS
The <zulu_folder> placeholder represents the type of the Azul Zulu package (JDK or JRE) and its version:
🌐
G2
g2.com › products › azul-platform-core-zulu › reviews
Azul Platform Core (Zulu) Reviews 2026: Details, Pricing, & Features | G2
I was one of early adopters of Apple M1 chip in 2020 and I used Azul JDK as there were no native alternatives.
🌐
JetBrains
youtrack.jetbrains.com › issue › IDEA-257038
Jetbrains
March 2, 2021 - {{ (>_<) }} This version of your browser is not supported. Try upgrading to the latest stable version. Something went seriously wrong
🌐
Foojay
foojay.io › home › apple silicon with zulu openjdk and intellij idea
Apple Silicon with Zulu OpenJDK and IntelliJ IDEA | foojay
May 26, 2025 - Azul has made Zulu OpenJDK builds of OpenJDK 8, 11, and 13, as well as 16-ea, available on Apple Silicon, Arm-based Macs. Check it out!
🌐
GitHub
github.com › mccoy88f › JDownloader-Launcher-M1-ARM64
GitHub - mccoy88f/JDownloader-Launcher-M1-ARM64: Alternative Launcher for JDownloader to use Azul-JDK (native apple silicon java jdk) to launch app natively · GitHub
Alternative Launcher for JDownloader to use Azul-JDK (native apple silicon java jdk) to launch app natively · PRE-REQUISITES Install Azul OpenJDK (JAVA) specified for Mac M1 Apple Silicon from here https://www.azul.com/downloads/zulu-community/?os=macos&architecture=arm-64-bit&package=jdk Choose latest version (.dmg) and install it
Author   mccoy88f
🌐
Azul
docs.azul.com › core › zulu-openjdk › install › macos
Install Azul Zulu on macOS
July 20, 2021 - This section explains how to install Azul Zulu builds of OpenJDK on macOS · Download a DMG installer for Azul Zulu from Azul Downloads