Yesterday the system crashed, and after reloading the system, Eclipse suddenly failed to load plug-ins to the links mode. Exhausted the online various solutions, always not. The loaded plug-in information is displayed in the%eclispe_dir%/configration/org.eclipse.update/platform.xml, and the eclipse is not in prefernce. The result is the same after deleting%eclispe_dir%/configration/org.eclipse.update. When I delete the whole%eclispe_dir%/configration/, Eclipse start and error, depressed for a long time, then carefully study the%eclispe_dir%/configration/ Config.ini file, found inside there is a org.eclipse.update.reconcile=false configuration, changed to True after re-enter Eclipse, everything ok!!
Also attached some online general solutions, convenient for later search:
1. Delete the entire directory/eclipse/configuration/org.eclipse.update/, restart eclipse
2. When starting eclipse, take the-clean parameter such as: D:\eclipse\eclipse.exe-clean
3. Add a line to the/configuration/config.ini file Osgi.checkconfiguration=true so it will find and install the plug-in, found after the line can be commented out, so that after each boot will not be looking for plug-ins and appear slow.
Eclipse Solution Plugin Fails