macOS Java安裝與配置
運行環境:html
- macOS Hight Sierra(Version 10.13.6)
- Terminal(oh my zsh)
下載安裝JREjava
Download URLvim
下載安裝JDKbash
Download URLoracle
- 配置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
完成!jsp
歡迎關注本站公眾號,獲取更多信息