執行環境:
- macOS Hight Sierra(Version 10.13.6)
- Terminal(oh my zsh)
下載安裝JRE
下載安裝JDK
- 配置JAVA_HOME
- 開啟Terminal
- vim .bash_profile
- export JAVA_HOME=$(/usr/libexec/java_home)
- source .bash_profile
- echo $JAVA_HOME
- 新增$JAVA_HOME/bin到.bash_profile
- 開啟Terminal
- vim .bash_profile
- export PATH=${JAVA_HOME}/bin:$PATH
- source .bash_profile
完成!