美文网首页
mac下eclipse获取环境变量问题

mac下eclipse获取环境变量问题

作者: 空_7788 | 来源:发表于2016-12-16 16:20 被阅读0次

Mac OSX, the environment variables defined in .bashrc or .bash_profile are only exported to terminal environments.

A bundled GUI app like Eclipse does not see them,


解决方案

1.命令行启动GUI

open /Application/Eclipse.app

2.修改/etc/launchd.conf

setenv MAVEN_HOME ~/maven

相关文章

网友评论

      本文标题:mac下eclipse获取环境变量问题

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