mac的java环境配置

来源:互联网 发布:淘宝充的话费可以退吗 编辑:程序博客网 时间:2024/05/16 03:45

创建.bash_profile

touch .bash_profile

按软件安装路径进行下面配置就行了


export M2_HOME=/Users/wangjun/Documents/work/worksoftware/apache-maven-3.3.9

export M2=$M2_HOME/bin
export PATH=$M2:$PATH
export JAVA_HOME=/Library/Java/JavaVirtualMachines/jdk1.8.0_112.jdk/Contents/Home
原创粉丝点击