请问下最新creater创建Android工程编译最后报错

看日志如下

BUILD FAILED
E:\soft\Android\adt-bundle-windows-x86_64-20140321\sdk\tools\ant\build.xml:601: The following error occurred while executing this line:
E:\soft\Android\adt-bundle-windows-x86_64-20140321\sdk\tools\ant\build.xml:720: The following error occurred while executing this line:
E:\soft\Android\adt-bundle-windows-x86_64-20140321\sdk\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 “C:\Program Files\Java\jre7”

貌似是说我jdk安装不对,但是我装的好好的啊…

这就很尴尬了 报错说你的JAVA_HOME指向jre
而不是jdk 不妨试试命令行输入javac 看能不能识别

多谢,已解决~

-compile:

BUILD FAILED
C:\DevSoftSetUpDir\Android\Android-SDK\tools\ant\build.xml:597: The following error occurred while executing this line:
C:\DevSoftSetUpDir\Android\Android-SDK\tools\ant\build.xml:716: The following error occurred while executing this line:
C:\DevSoftSetUpDir\Android\Android-SDK\tools\ant\build.xml:730: 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 “C:\DevSoftSetUpDir\Java\jdk1.8.0_60”

请问大神,我指向的是jdk,还是找不到javac,我全盘搜索javac也搜索不到,我装的是64位的jdk。