首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 开发语言 > Ruby Rails >

运作maven命令的时候出现jre不正确的error

2012-09-09 
运行maven命令的时候出现jre不正确的error运行maven命令的时候出现如下error:Unable to locate the Javac

运行maven命令的时候出现jre不正确的error
运行maven命令的时候出现如下error:
Unable to locate the Javac Compiler in:
C:\Program Files\Java\jre1.6.0_07\..\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.

google了一下解决办法如下:
What I discovered is that the JRE set from Eclipse was pointing to the "Program Files\Java\Jre...", the one without jdk.The solution was to change the JRE to the "...SDK\jdk\jre..." the one contained in the JDK installation.

Everything works fine now

大体说的是eclipse指向的是安装的jre,而不是jdk下的jre,解决办法就是设置jre为jdk下的jre,问题就解决了。

热点排行