Builds failing after upgrading to Java7, Missing Tools.jar and bad class versions

后端 未结 8 1748
滥情空心
滥情空心 2020-12-08 17:55

I recently upgraded to Java7 on my Macbook Pro. I downloaded the JDK (not the JRE).

» javac version
javac 1.7.0_17

» echo $JAVA_HOME    
/Library/Java/Java         


        
8条回答
  •  粉色の甜心
    2020-12-08 18:35

    I had a similar issue and found the answer in another thread:

    Symbolic link messed up on OSX while trying to change the Java version

    I set JAVA_HOME as follows:

    export JAVA_HOME=/Library/Java/Home
    

    and it's working now.

提交回复
热议问题