Development Language Java [Java] Installing OpenJDK

Overview

This guide covers how to install Eclipse Temurin OpenJDK on macOS.

Steps

1. Install Eclipse Temurin OpenJDK

1.1. Install the latest version

brew install --cask temurin

1.2. Install a specific version

brew install --cask temurin@17

2. Verify the installation

java --version

References

Leave a comment