Created
May 20, 2025 19:45
-
-
Save greghelton/3720b9c88956b45174f3abf88457eec2 to your computer and use it in GitHub Desktop.
Install the Adoptium Temurin JDK and other tools for the Java developer environment via Homebrew
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Install homebrew per the instructions here: https://brew.sh/ | |
| brew install --cask temurin | |
| brew install --cask intellij-idea-ce | |
| brew install maven | |
| brew install kotlin |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment