When you develop today, you encounter Eclipse Auto Shutdown issues, and then you start Eclipse, andEclipse has a flash-back problem, launches once, flashes back, and now summarizes several scenarios:
Solution Method:
1. By entering "where Java" on the command line, find all Java-related programs except the JDK directory, and delete them directly (usually under C:\WINDOWS\system32)
2. Not enough memory, open the Eclipse directory Eclipse.ini, the inside of the-xmx512m to-xmx256m
3. Check the environment variable and place the JDK path at the front of the path variable (beginning.; Directly behind)
4. Check the environment variable, in the path variable, place the JRE path in the JDK at the front (beginning.; Directly behind)
5. Rumors of a panacea (but not a panacea): Copy the JRE directory under the JDK directory directly to the Eclipse directory
6. Delete file: [Workspace]/.metadata/.plugins/org.eclipse.e4.workbench/workbench.xmi
Since then, theEclipse Flash problem has been resolved.