Specified VM install not found: type Standard VM, name jdk1.6...

运行ant的时候出现 Specified VM install not found: type Standard VM, name。。。。

搞了好久。。汗汗

尝试删除这些文件:

 ... / .metadata / .plugins / org.eclipse.debug.core / .launches / *. 下的文件。

真正的问题解决方法在这里:
在项目中,右键点击ant文件,选择Run As -- External Tools Configuration,在这个页面的顶端就会看到有红叉叉的报错,报错信息就是Specified VM install not found: type Standard VM。
然后选择JRE tab页,在这里可以重新指定所使用的JRE,或者干脆选择“Run in the same JRE as the workspace”

原文地址:https://www.cnblogs.com/wushuishui/p/5687145.html