chore(tags): add macosarmjava tag (#226)

Signed-off-by: Rahul Imran <notlutitious@gmail.com>
Co-authored-by: Ryan Cao <70191398+ryanccn@users.noreply.github.com>
This commit is contained in:
Rahul Imran 2023-08-16 05:23:20 +01:00 committed by GitHub
parent 0bc3c7f862
commit 92dbcfdded
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

12
tags/macosarmjava.md Normal file
View file

@ -0,0 +1,12 @@
---
title: Install arm64 Java on macOS
color: yellow
aliases: ['armmacosjava']
---
On macOS arm64, also known as Apple Silicon (M1, M2, etc.), you will need to install the arm64 version of Java. We recommend using builds from Azul, the links for which can be found below:
- [Java 8](https://www.azul.com/downloads/?version=java-8-lts&os=macos&architecture=arm-64-bit&package=jdk#zulu) or versions ≤ 1.16
- [Java 17](https://www.azul.com/downloads/?version=java-17-lts&os=macos&architecture=arm-64-bit&package=jdk#zulu) for versions ≥ 1.17
It is recommended to install both Java 8 and Java 17.