Eclipse中的Maven抱怨说,每当POM更改时,“无法找到Javac编译器”
每次我在日食中更改pom.xml时都会收到错误消息。
Build errors for myapp; org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.0.2:compile (default-compile) on project web: Compilation failure
Unable to locate the Javac Compiler in:
C:\Program Files (x86)\Java\jre6\..\lib\tools.jar
Please ensure you are using JDK 1.4 or above and
not a JRE (the com.sun.tools.javac.Main class is required).
In most cases you can change the location of your Java
installation by setting the JAVA_HOME environment variable
我已经设置了JAVA_HOME环境变量。它是:JAVA_HOME=D:\Java\jdk1.6.0_23
谢谢。