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

后端 未结 8 1745
滥情空心
滥情空心 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

    No compiler is provided in this environment. Perhaps you are running on a JRE rather than a JDK?

    Maven build failure in eclipse with above error was fixed by un-installing older version of java.

提交回复
热议问题