码迷,mamicode.com
首页 > 移动开发 > 详细

Eclipse中使用Ant打Android包报错解决方案 – Perhaps JAVA_HOME does not point to the JDK

时间:2014-04-30 22:48:39      阅读:359      评论:0      收藏:0      [点我收藏+]

标签:android   ant   打包   java_home   批量打包   

问题描述:

在Eclipse中运行ant批量打包工具出错,日志信息如下:
D:\Android\android-sdk-windows\tools\ant\build.xml:601: The following error occurred while executing this line:
D:\Android\android-sdk-windows\tools\ant\build.xml:720: The following error occurred while executing this line:
D:\Android\android-sdk-windows\tools\ant\build.xml:734: Unable to find a javac compiler;
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:\Program Files\Java\jre7″

解决方案:

Eclipse菜单 – Window – Preferences – Java – Installed JREs – 选中栏目表格中的jre项 – Edit – Add External JARs – 选择jdk目录/lib/tools.jar - 确认其加入JRE system libraries– Finish – OK

我的wp博文地址:http://wangtong.sinaapp.com/?p=14

mamicode.com,码迷

Eclipse中使用Ant打Android包报错解决方案 – Perhaps JAVA_HOME does not point to the JDK

标签:android   ant   打包   java_home   批量打包   

原文地址:http://blog.csdn.net/tongcpp/article/details/24726023

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!