These days, Eclipse does not work properly, testing a lot of back, and now summarize the reasons and solutions.
The first must be the JDK configuration is incorrect, so that eclipse will not be able to open the running environment path when opened, the practice is to run the cmd, enter Java-vesrsion;javac;java to see if it can run without error to get information, correct after the next solution.
The second is the JDK version is too high, resulting in incompatible with eclipse, the process is to reinstall a jdk1.7 version, and then see if it can be opened;
The third is my case, that is, the JDK environment variable configuration is correct, but each time you open eclipse will have this problem:
Finally found that my computer is a 64-bit system, and then a 64-bit eclipse, everything is normal.
As far as there will be no way to find the path and other issues, online also have to elaborate, I did so, found that there is no use, maybe my eclipse is not such a problem, I hope to help you.
Questions about eclipse not opening normally