Search code examples
javaeclipseant

Specified VM install not found: type Standard VM, name jre7


Specified VM install not found: type Standard VM, name jre7 Have you ever encountered this problem in Eclipse while building an ant file? Then this article is for you. Deleting and recreating the workspace is not the solution. There is an easy solution to fix this issue without recreating the workspace.

enter image description here


Solution

  • Best answer found at

    It happened for me after Un-installing Java and installing new version.

    All I have to do is in eclipse open Installed JREs from Windows --> Preferences --> Java --> Installed JREs

    Then Add new JRE information. Details can be found here