求问有人在Eclipse中用过maven嘛?
我最近在Eclipse中使用maven时遇到个问题,一开始package没有问题,但是clean之后再package就会报错:Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.0.2:compile (default-compile) on project module: Compilation failure
Unable to locate the Javac Compiler in:
D:\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.
->
To see the full stack trace of the errors, re-run Maven with the -e switch.
Re-run Maven using the -X switch to enable full debug logging.
For more information about the errors and possible solutions, please read the following articles:
http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
After correcting the problems, you can resume the build with the command
mvn <goals> -rf :module
我肯定我的jdk环境变量设置的没有问题。
估计是环境或者哪里设置出了问题,但是一直都不知道怎么解决。希望大家帮下忙~
页:
[1]