File tree Expand file tree Collapse file tree 1 file changed +13
-2
lines changed
Expand file tree Collapse file tree 1 file changed +13
-2
lines changed Original file line number Diff line number Diff line change @@ -24,11 +24,22 @@ We recommend installing the OpenJDK distribution called Azul **Zulu** using [Hom
2424``` shell
2525brew install --cask zulu@17
2626
27- # Get path to where cask was installed to double-click installer
27+ # Get path to where cask was installed to find the JDK installer
2828brew info --cask zulu@17
29+
30+ # ==> zulu@17: <version number>
31+ # https://www.azul.com/downloads/
32+ # Installed
33+ # /opt/homebrew/Caskroom/zulu@17/<version number> (185.8MB) (note that the path is /usr/local/Caskroom on non-Apple Silicon Macs)
34+ # Installed using the formulae.brew.sh API on 2024-06-06 at 10:00:00
35+
36+ # Navigate to the folder
37+ finder /opt/homebrew/Caskroom/zulu@17/< version number> # or /usr/local/Caskroom/zulu@17/<version number>
2938```
3039
31- After the JDK installation, add or update your ` JAVA_HOME ` environment variable in ` ~/.zshrc ` (or in ` ~/.bash_profile ` ) .
40+ After opening Finder, double click the ` Double-Click to Install Azul Zulu JDK 17.pkg ` package to install the JDK.
41+
42+ After the JDK installation, add or update your ` JAVA_HOME ` environment variable in ` ~/.zshrc ` (or in ` ~/.bash_profile ` ).
3243
3344If you used above steps, JDK will likely be located at ` /Library/Java/JavaVirtualMachines/zulu-17.jdk/Contents/Home ` :
3445
You can’t perform that action at this time.
0 commit comments