🌐
Homebrew
formulae.brew.sh › formula › openjdk
Homebrew Formulae: openjdk
brew install openjdk · Also known as: java, openjdk@26 · Development kit for the Java programming language · https://openjdk.org/ License: GPL-2.0-only WITH Classpath-exception-2.0 · Development: Pull requests · Formula JSON API: ...
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)
🌐
Besu-eth
docs.besu-eth.org › how to › install and update java
Install and update Java | Besu documentation
June 3, 2026 - The OpenJDK version you install should display. If this command returns command not found: java, check your terminal logs. Brew might prompt you to create a symlink or update your path variables within the logs in the terminal output. If so, run the prompts provided. To update Java on Ubuntu, ...
Discussions

terminal - Recommended way to install Java with brew (just to run Java apps without a development environment) - Ask Different
I saw today: brew install --cask ripme ==> Caveats ripme requires Java 8+. You can install the latest version with: brew install --cask temurin There are so many brew packages for Java, I do... More on apple.stackexchange.com
🌐 apple.stackexchange.com
May 30, 2022
macos - How to install Java 8 on Mac - Stack Overflow
Editors note: This question was asked in 2014, and the answers may be outdated. I want to do some programming with the latest JavaFX, which requires Java 8. I'm using IntelliJ 13 CE and Mac OS X 9 More on stackoverflow.com
🌐 stackoverflow.com
Java development on new Apple M1 chip

The M1 is just stupid fast, even with a stock oracle VM running with Rosetta emulation. A friend of mine got an M1 macbook air and I had him run the scimark2 benchmark on it. It was as fast as my Linux AMD Ryzen 9 3900X scimark2 results.

More on reddit.com
🌐 r/java
22
14
November 30, 2020
Unable to install Java 8 on MBP M4
Use brew.sh Also Java 8 is… extremely old More on reddit.com
🌐 r/mac
15
2
January 13, 2025
🌐
Ubuntu
ubuntu.com › tutorials › install-jre
Install the Java Runtime Environment | Ubuntu
In this guide, we’ll be going through the installation of both JRE packages. Of course, you generally only need to pick the one that best suits your needs and preferences. ... That’s all you need. If you have that, let’s proceed to the next step! With new versions of Java released every 6 months, there are multiple versions available for use.
🌐
DevQA
devqa.io › brew-install-java
How to Use Brew to Install Java on Mac
Brew will then download and install the Java package.
🌐
Medium
medium.com › @dimitrios_ › brew-your-java-on-a-m1-a-quick-guide-c28d17f2d256
Brew your java on a M1: A Quick Guide | by Jim Kapsalis | Medium
September 30, 2024 - Installing the Java runtime can be done in a few simple step! ... Open Terminal and run the following command (It can also be found on the Brew website).
Find elsewhere
🌐
Simplified
simplified.guide › java › jre-install-ubuntu
How to install Java Runtime Environment (JRE) on Ubuntu
Ubuntu systems need a Java runtime before they can launch packaged JAR files, vendor server applications, and other programs that ship Java bytecode instead of native binaries. Installing the distribution JRE gives the host a supported java command without adding a separate vendor repository.
🌐
GitHub
gist.github.com › tomysmile › a9a7aee85ff73454bd57e198ad90e614
How To Install Java 8 on Mac · GitHub
When I run "brew cask info java7" its automatically installing "jdk1.7.0_80" but I need "jdk1.7.0_79". How can I do that? ... java7 is not available (anymore?) afaik. With brew cask search java it's possible to search for what's available related to java ... The instructions worked for me, but I had to call the jenv add commands using sudo. ... openjdk version "1.8.0_265" OpenJDK Runtime ...
🌐
Medium
medium.com › @kirebyte › using-homebrew-to-install-java-jdk11-on-macos-2021-4a90aa276f1c
Using HomeBrew to Install Java JDK11 on MacOS (2021) | by Erick Gustavo López Siordia | Medium
August 5, 2021 - $ /bin/bash -c “$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)” ... If you skip this step the system won’t be able to find a java runtime for you to use.
🌐
GitHub
gist.github.com › gwpantazes › 50810d5635fc2e053ad117b39b597a14
How to install different JDK versions on MacOS with Homebrew · GitHub
A lot of the information in this how-to guide is simply gathered from brew search and brew info. If you're still getting the hang of things, I highly recommend you run these commands yourself to get an overview of what's available and learn how to search Homebrew's formulae. Java/JDK formula/cask ...
🌐
GitHub
github.com › orgs › Homebrew › discussions › 2405
mac version 11.6 , M1, brew install openjdk@11 · Homebrew · Discussion #2405
echo $JAVA_HOME /opt/homebrew/Cellar/openjdk@11/11.0.16/libexec/openjdk.jdk/Contents/Home java --version openjdk 11.0.16 2022-07-19 OpenJDK Runtime Environment Homebrew (build 11.0.16+0) OpenJDK 64-Bit Server VM Homebrew (build 11.0.16+0, mixed mode)
🌐
TheServerSide
theserverside.com › blog › Coffee-Talk-Java-News-Stories-and-Opinions › How-do-I-install-Java
How do I install Java?
brew install openjdk export PATH="/usr/local/opt/openjdk/bin:$PATH" You don’t need to install Java if it’s already installed. To see if Java is already installed on your computer, just issue the Java version command: java -version openjdk ...
🌐
freeCodeCamp
freecodecamp.org › news › how-to-install-java-on-mac
How to Install Java on Mac in 2026
February 20, 2026 - For more details about the Homebrew installation process, including the alternative formula method and troubleshooting, see Brew Install Java, Cask Method. After installation, open a new Terminal window. Existing windows may not detect the new installation. ... $ java -version openjdk version "25.0.1" 2025-10-21 LTS OpenJDK Runtime Environment Temurin-25.0.1+8 (build 25.0.1+8-LTS) OpenJDK 64-Bit Server VM Temurin-25.0.1+8 (build 25.0.1+8-LTS, mixed mode)
🌐
Mr N
bigsoft.co.uk › blog › 2025 › 11 › 07 › installing-all-the-javas-on-a-mac-and-switching-between-them
Installing all the Javas on a Mac and switching between them
November 7, 2025 - Using Brew install all the major version of Java All without having to restart the shell! The more observant of you will notice I used the keyword global. This sets to the default version. You can also use the keyword local which fixes the java version…
🌐
Oracle
java.com › en › download › help › linux_x64_install.html
Linux 64-bit installation instructions for Java
Use these instructions to download and install the Java Runtime Environment (JRE) for Linux x64.
🌐
Oracle
java.com › en › download › help › mac_install.html
How do I install Java for my Mac?
The screen shots and instructions below are for Java 8 Update 311 (8u311). If you are installing another version, make sure you change the version number appropriately. Example: For Java 8 Update 311 (8u311) the file to download is jre-8u311-macosx-x64.dmg · To confirm installed Java version, ...
🌐
Lonecpluspluscoder
lonecpluspluscoder.com › 2017 › 04 › 27 › installing-java-8-jdk-os-x-using-homebrew
Installing a Java 8 JDK on OS X using Homebrew - The Lone C++ Coder's Blog
April 27, 2017 - Update II - 2019-05-07: It looks like due to the recent licensing changes, the Java 8 JDK that brew used is not directly accessible anymore and likely behind some kind of paywall. The installation method described below will still work as it uses the non-versioned java cask, which installs the latest version of OpenJDK.
🌐
LinuxVox
linuxvox.com › blog › install-java-runtime-ubuntu
Installing Java Runtime on Ubuntu: A Comprehensive Guide — linuxvox.com
... Install the OpenJDK JRE. OpenJDK is an open-source implementation of the Java Platform. For Java 11, you can use the following command: ... Download the Java Runtime from Oracle's official website.