Specified VM install not found: type Standard VM, name JDK1.8

真正的问题解决方法在这里:在项目中,右键点击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://zhidao.baidu.com/question/124956133.html
上一篇:【linux】关于TCP三次握手和四次挥手


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