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

ant, eclipse, java

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

Problem

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.

Original source