Install OpenJDK Java (8/11/17) versions using brew on Mac (Intel/M1/M2)


To install OpenJDK on Mac running on Intel or M1/M2 ARM Apple Silicon chip, you can make use of the brew install openjdk command, but if you use it without any version of the lasted Java JDK will get installed which is JDK 18 as of September 2022.

Installing Specific Version of OpenJDK using Brew

Installing Java JDK 8 (ONLY WORKS FOR Intel x86_64)

% brew install openjdk@8

Note: OpenJDK 8 is only available for x86_64 architecture, 
so you will get an error if you are on ARM M1/M2 Chip.

openjdk@8: The x86_64 architecture is required for this software.
Error: openjdk@8: An unsatisfied requirement failed this build.

You will need to go for other vendors like azul.

brew tap homebrew/cask-versions
brew install --cask zulu8

Installing Java JDK 11

% brew install openjdk@11


Installing Java JDK 17

% brew install openjdk@17

Install OpenJDK using brew command
Read more: https://formulae.brew.sh/formula/openjdk

Facing issues? Have Questions? Post them here! I am happy to answer!

Author Info:

Rakesh (He/Him) has over 14+ years of experience in Web and Application development. He is the author of insightful How-To articles for Code2care.

Follow him on: X

You can also reach out to him via e-mail: rakesh@code2care.org



















Copyright © Code2care 2024 | Privacy Policy | About Us | Contact Us | Sitemap