The error prompts are as follows:
650) this.width=650; "Src=" http://dl.iteye.com/upload/attachment/0070/6227/ E7e2b11c-b201-385f-aad2-e828505ff989.jpg "style=" border:0px; "/>
A Java Runtime Environment (JRE) or Java development Kit (JDK) must is available in order to run Eclipse. No Java virtual machine is found after searching the following locations ...
First make sure your JDK is installed and the environment variables are configured correctly.
If there are no problems with the previous two, it is the path problem.
Because Eclipse needs javaw.exe to start, the program will look for the path directory first, and if not, it will look in the installation directory of Eclipse and will report the error if it is not found.
So you can be sure that the path is wrong. Come to the installation directory of Eclipse and find the VM in the Eclipse.ini file:
Java code 650) this.width=650; "class=" star "src=" Http://nigelzeng.iteye.com/images/icon_star.png "alt=" collection Code " Style= "border:0px;"/>
-startup
Plugins/org.eclipse.equinox.launcher_1. 2.0. V20110502.jar
--launcher.library
Plugins/org.eclipse.equinox.launcher.win32.win32.x86_1. 1.100. v20110502
-product
Org.eclipse.epp. package. jee.product
--launcher.defaultaction
OpenFile
--launcher. Xxmaxpermsize
256M
-vm
C:/Program Files/java/jdk1. 7. 0_25/bin
-showsplash
Org.eclipse.platform
--launcher. Xxmaxpermsize
256m
--launcher.defaultaction
OpenFile
-vmargs
-dosgi.requiredjavaversion=1.5
-xms128m
-xmx512m
-VM This place is the problem, check the following directory right,
Here's my problem here, change C:/Program files/java/jdk1.7.0_25/bin to C:/Program files/java/jdk 1.6.0 _25/bin
will be able to start smoothly.
This article is from the "Rista" blog, make sure to keep this source http://rista.blog.51cto.com/2526140/1621625
Eclipse startup times wrong: No Java Virtual machine was found