本文主要是介绍Eclipse使用Ant编译时报错Perhaps JAVA_HOME does not point to the JDK,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!
Ant编译时报错,内容如下:
com.sun.tools.javac.Main is not on the classpath.
Perhaps JAVA_HOME does not point to the JDK.
It is currently set to "D:\Java_Tools\Java\jre7"
解决,需要指定Eclipse编译时JREs,根据提示,应指定到JDK
如下图,点击window--> preferences--> Java --> Installed JREs ,点击Add,选择电脑中安装的jdk路径,此处选择jdk路径而不是jre路径,然后勾选新增加的jdk,确定,重新编译即可。
这篇关于Eclipse使用Ant编译时报错Perhaps JAVA_HOME does not point to the JDK的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!