java mac 配置环境变量_【JAVA】mac配置java环境变量

如果用bash,修改~/.bash_profile 或 ~/.profile;

如果用zsh,修改~/.zshrc

修改这些文件之后,重修打开terminal,配置不会丢

首先确保已经安装了jdk:

## check the present running java

which java

## check java version

java -version

以zsh为例:

## check all the available jdk

2 /usr/libexec/java_home -V

3

4 ## check the top jdk

5 /usr/libexec/java_home

6

7 ## check some jdk (eg. version 1.7)

8 /usr/libexec/java_home -v 1.7

9

10 ## edit .zshrc to set java_home variable

11 vim ~/.zshrc

12

13 ## add the following line into the file

14 export JAVA_HOME=$(/usr/libexec/java_home)

15

16 ## you can also use the following line to set the variable, which is not recommended, only for older mac os.

17 ## export JAVA_HOME=/System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home

18

19 ##let the configuration in .zshrc take effect

20 source ~/.zshrc

21

22 ## check if configure succeed

23 echo $JAVA_HOME

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值