Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Eclipse Crashes (Not Responding) while "populate auto detected configs"

Tags:

spring

eclipse

My Eclipse crashes while trying to load and the last process is "populate auto detected configs".

like image 646
NotANumber Avatar asked Sep 28 '14 20:09

NotANumber


2 Answers

I had a similar issue and I've resolved disabling auto config in Spring plugin.

In Eclipse, open: Windows > Preferences > Spring > Bean Supports Check the option Disable Auto Config Detection.

like image 116
Davide Cerbo Avatar answered Sep 19 '22 18:09

Davide Cerbo


Leistungsabfall's solution worked for me:

Try to load eclipse with -clearPersistedState option.

like image 34
ScrappyDev Avatar answered Sep 20 '22 18:09

ScrappyDev