MacOS
[MacOS] Zulu JDK21 설치하는 방법 (Ventura 대응)
nineDeveloper
2020. 3. 22. 00:50
728x90
https://github.com/mdogan/homebrew-zulu
설치
brew tap mdogan/zulu
brew install 버전명
zulu-jdk21 설치 예
brew install zulu-jdk21
설치 후 intellij 설정
intellij 에서 Project Structure (단축키 CMD + ;
) 를 열고 아래의 작업을 순서대로 수행
1. 설치된 jdk를 SDKs에 추가
SDKs에 추가된 JDK 21
2. Project Settings 의 Project의 SDK 변경
Project Settings의 Project SDK를 21로 변경
3. Apply
Apply 나 OK 버튼을 클릭해서 적용
728x90