macOS Java安裝與配置

運行環境:html

  • macOS Hight Sierra(Version 10.13.6)
  • Terminal(oh my zsh)
  1. 下載安裝JREjava

    Download URLvim

  2. 下載安裝JDKbash

    Download URLoracle

  3. 配置JAVA_HOME
    • 打開Terminal
    • vim .bash_profile
    • export JAVA_HOME=$(/usr/libexec/java_home)
    • source .bash_profile
    • echo $JAVA_HOME
  4. 添加$JAVA_HOME/bin.bash_profile
    • 打開Terminal
    • vim .bash_profile
    • export PATH=${JAVA_HOME}/bin:$PATH
    • source .bash_profile
  5. 完成!jsp

相關文章
相關標籤/搜索