美文网首页
mac 安装jdk环境

mac 安装jdk环境

作者: 水云楼 | 来源:发表于2020-06-21 23:50 被阅读0次

    jdk 1.8 安装

    cd ~
    

    打开编辑.bash_profile

    open .bash_profile
    

    如果出现The file /xxxx/.bash_profile does not exist的情况,需要创建.bash_profile文件

    touch .bash_profile
    

    然后再open .bash_profile,在弹出的操作框中输入

    export JAVA_HOME=/Library/Java/JavaVirtualMachines/jdk1.8.0_25f1.jdk/Contents/Home
    

    并保存
    这时在终端输入

    java -version
    

    就能看到安装成功了

    相关文章

      网友评论

          本文标题:mac 安装jdk环境

          本文链接:https://www.haomeiwen.com/subject/ojbzxktx.html