macOS Java安装与配置

2021-06-21 23:06

阅读:465

标签:jdk8   nload   下载安装   exp   cos   环境   添加   安装与配置   usr   

运行环境:

  • macOS Hight Sierra(Version 10.13.6)
  • Terminal(oh my zsh)
  1. 下载安装JRE

    Download URL

  2. 下载安装JDK

    Download URL

  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. 完成!

macOS Java安装与配置

标签:jdk8   nload   下载安装   exp   cos   环境   添加   安装与配置   usr   

原文地址:https://www.cnblogs.com/liushengchieh/p/9680845.html


评论


亲,登录后才可以留言!