home directory의 .bash_profile 파일 설정
.bash_profile 파일
JAVA_HOME=$(/usr/libexec/java_home -v 1.8.202.08)
PATH=$PATH$JAVA_HOME/bin
export JAVA_HOME
export PATH
.zshrc 파일
(추가) export JAVA_HOME=$(/usr/libexec/java_home -v 1.8.202.08)
'OS > Mac OS' 카테고리의 다른 글
[오류] Spring Tool Suite4 Lombok 설치 (0) | 2023.04.29 |
---|---|
SpringToolSuite4 can't be opened 오류 (0) | 2023.03.27 |
Mac 부하테스트(stress test) (0) | 2020.12.27 |
Eclipse for mac OS Catalina (0) | 2019.12.02 |
MACOS Sieera able to Unidentified Apps (0) | 2018.01.22 |