Maven, JAVA_HOME is not defined correctly on Mac OSX

摘要: Apple recommends to set JAVA_HOME to “/usr/libexec/java_home“, for example :

Apple recommends to set JAVA_HOME to “/usr/libexec/java_home“, for example :

$ vim .bash_profile 
export JAVA_HOME=/usr/libexec/java_home
$ source .bash_profile

But, when execute the Maven command, it prompts following error messages :

$ mvn -version
Error: JAVA_HOME is not defined correctly.
  We cannot execute /usr/libexec/java_home/bin/java

Solution

To fixed it, update the JAVA_HOME like following :

$ vim .bash_profile 
export JAVA_HOME=$(/usr/libexec/java_home)
$ source .bash_profile

Run Maven again :

$ mvn -version
Apache Maven 3.0.3 (r1075438; 2011-03-01 01:31:09+0800)
Maven home: /usr/share/maven
Java version: 1.7.0_05, vendor: Oracle Corporation
Java home: /Library/Java/JavaVirtualMachines/1.7.0.jdk/Contents/Home/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "mac os x", version: "10.8.2", arch: "x86_64", family: "mac"

Done.

Reference

  1. Important Java Directories on Mac OS X

上一篇: How to set environment variables on Mac OS X
下一篇: Due to limitations of the BasicDBObject, you cant add a second $and
 评论 ( What Do You Think )
名称
邮箱
网址
评论
验证
   
 

 


  • 微信公众号

  • 我的微信

站点声明:

1、一号门博客CMS,由Python, MySQL, Nginx, Wsgi 强力驱动

2、部分文章或者资源来源于互联网, 有时候很难判断是否侵权, 若有侵权, 请联系邮箱:summer@yihaomen.com, 同时欢迎大家注册用户,主动发布无版权争议的 文章/资源.

3、鄂ICP备14001754号-3, 鄂公网安备 42280202422812号