1, Eclipse does not start normally, pop-up dialog box content is a Java Runtime ... Such as:
Cause analysis: Because the software version of the update or the installation of other development software inadvertently modified the path in the configuration file, it is well known that the Java Virtual machine (Java VM abbreviation JVM) is running all Java programs Abstract computer, is the Java language operating environment, It is one of the most attractive features of Java, and our path error is that eclipse cannot find the virtual machine, so it does not start properly.
2. Workaround
(1). On the Eclipse desktop shortcut, right-click on the file location-find the Eclipse.ini file and open it in Notepad, then go to the Java virtual machine that came with the system, such as
(2) When Notepad opens, such as
(3). Continue to find Java Virtual machine, do not close the Eclipse.ini file, the system comes with the Java virtual machine generally in the computer/C disk/java/, and then continue to click on this path to open the bin directory, such as the path
(4) Copy this path and fill it in the Eclipse.ini file, as
(5) Finally, save and close all folders, re-open eclipse problem can be resolved, if you can help, I will be very happy!
Eclipse does not start properly, and the popup dialog box contains a Java Runtime ...