export CATALINA_HOME=/Applications/MyApplications/apache-tomcat-7.0.54
export PATH=$PATH:$CATALINA_HOME/bin
export M2_HOME=/Applications/MyApplications/apache-maven-3.2.2
export MAVEN_OPTS="-Xms256m -Xmx512m"
export PATH=$PATH:$M2_HOME/bin
export PATH=/Applications/MyApplications/resin-4.0.40/bin:$PATH
export JAVA_6_HOME=/System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home
export JAVA_7_HOME=/Library/Java/JavaVirtualMachines/jdk1.7.0_60.jdk/Contents/Home
export JAVA_8_HOME=/Library/Java/JavaVirtualMachines/jdk1.8.0.jdk/Contents/Home
export JAVA_HOME=$JAVA_7_HOME
alias jdk8='export JAVA_HOME=$JAVA_8_HOME'
alias jdk7='export JAVA_HOME=$JAVA_7_HOME'
alias jdk6='export JAVA_HOME=$JAVA_6_HOME'
export PATH=$PATH:/usr/local/mysql/bin
相关文章
- signature=70d1559e0d4a8da8c0df32b212e5ad84,全球网络设备MAC地址资料汇总(五十)
- MAC 上找不到.bash_profile或者ect/profile该怎么办?
- Mac下 .bash_profile 和 .zshrc 两者之间的区别
- mac .bash_profile环境变量汇总
- 解决Mac终端每次打开都要重新source .bash_profile文件才能生效问题
- Mac 每次都要执行source ~/.bash_profile 配置的环境变量才生效
- Mac开启任何来源安装&配置环境变量
- PowerPoint for Mac 中的键盘快捷方式汇总
- Mac 环境变量配置基础教程
- Linux中环境变量文件profile、bashrc、bash_profile之间的区别和联系