MacOS

[Mac] JDK8 설치

wltn.js 2022. 12. 26. 16:29

- 사이트 접속 

https://www.oracle.com/java/technologies/downloads/#java8-mac

 

Download the Latest Java LTS Free

Subscribe to Java SE and get the most comprehensive Java support available, with 24/7 global access to the experts.

www.oracle.com

 

 

스크롤 좀 내려서 dmg 다운로드

 

 

3. 다운로드가 완료되면 dmg 더블클릭 -> pkg 더블클릭 -> 설치화면 두둥

 

 

4. 쉘 (zsh, bash)에 환경변수 지정

zsh : ~/.zsh_profile (새로생성)

bash : ~/.bash_profile

 

export JAVA_HOME=/Library/Java/JavaVirtualMachines/jdk1.8.0_351.jdk/Contents/Home

 

5. java -version 으로 확인