当前位置: 代码迷 >> Eclipse >> eclipse 错误处理累积
  详细解决方案

eclipse 错误处理累积

热度:78   发布时间:2016-04-23 00:33:41.0
eclipse 异常处理累积

1、Specified VM install not found异常

使用ant编译项目的时候出现,Specified VM install not found: type Standard VM, name jre7

解决方法:删除工作目录下--\.metadata\.plugins\org.eclipse.debug.core\.launches

文件夹中的所有文件;

重启eclipse。

  相关解决方案