安装 Apache mesos 时出现以下错误,请您帮帮我
configure: error: failed to determine linker flags for using Java (bad JAVA_HOME or missing support for your architecture?)
file:///home/ccompl06-14/Pictures/Screenshot%20from%202015-05-28%2009:24:42.png
安装 Apache mesos 时出现以下错误,请您帮帮我
configure: error: failed to determine linker flags for using Java (bad JAVA_HOME or missing support for your architecture?)
file:///home/ccompl06-14/Pictures/Screenshot%20from%202015-05-28%2009:24:42.png
这是在 Unix 和 Linux 上设置 JAVA_HOME 的方法:
有关更多详细信息,请参阅
http://javarevisited.blogspot.in/2012/02/how-to-set-javahome-environment-in.html
您的系统上似乎没有安装 JDK。看看这个回答你问题的网站:
Download JDK
set env variable as
export JAVA_HOME=C:/path/to/your/jdk
export PATH=$PATH:$JAVA_HOME/bin