Description of the problem:
There was an error in implementing the Ant Bulk Packaging tool in Eclipse, with log information such as the following:
d:\android\android-sdk-windows\tools\ant\build.xml:601:the following error occurred while executing the line:
d:\android\android-sdk-windows\tools\ant\build.xml:720:the following error occurred while executing the line:
d:\android\android-sdk-windows\tools\ant\build.xml:734:unable to find a javac compiler;
Com.sun.tools.javac.Main isn't on the classpath.
Perhaps Java_home does not point to the JDK.
It is currently set to "D:\Program Files\java\jre7″
How to resolve:
Eclipse Menu –window–preferences–java–installed jres– The JRE entry in the selected column table –edit–add External jars– Select the JDK folder/lib/tool S.jar - confirm that it added JRE system libraries–finish–ok
Copyright notice: This article Bo Master original articles, blogs, without consent may not be reproduced.
Eclipse is using ant to fight Android packet error solution –perhaps Java_home does not point to the JDK