I was building some java tools (OpenNLP), but it required me to set the variable JAVA_HOME in my Macbook.
First, I tried with "which java" and it led me to "/usr/bin/java", which is not a direct link (?!).
After a while, I found something like "/System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home" but it didn't work as well.
So finally:
:-)
First, I tried with "which java" and it led me to "/usr/bin/java", which is not a direct link (?!).
After a while, I found something like "/System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home" but it didn't work as well.
So finally:
export JAVA_HOME=/Library/Java/Home
:-)
Comments
Post a Comment