多语言展示
当前在线:743今日阅读:167今日分享:16

运行 maven install的时候出现错误

在使用eclipse 运行 maven install的时候,[ERROR] Unable to locate the Javac Compiler in:   D:\Program Files\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.
工具/原料
1

eclipse,myeclipse等

2

maven

方法/步骤
1

1、在eclipse.ini文件中设置-vm C:\Program Files\Java\jdk1.6.0_21\jre\bin\javaw.exe 注意要在eclipse.ini文件中-startup之前设置这一行

2

2、window-->preferences-->java-->Installed JREs:将路径设置成jre的路径

3

重启eclipse

注意事项

注意要在eclipse.ini文件中-startup之前设置这一行

推荐信息