java - Eclipse hangs on startup -
this question has answer here:
- how prevent eclipse hanging on startup? 30 answers
i have problem running eclipse. tried 3.7, 4.2 , 4.3 versions java 6 , java 7. nothing can me. shows me popup screen doesn't start load( dont have chance choose workspace). starting -debug -console
parameters shows stops running in moment:
time load bundles: 10 starting application: 6374 osgi>
i have started jvisualvm cannot observe special. there no deadlocks etc.
edit
my observations deep... after ~60s pid of eclipse dead.
edit 2
now stops on
time load bundles: 8 org.eclipse.m2e.logback.configuration: org.eclipse.m2e.logback.configuration bundle activated before state location initialized. retry after state location initialized. starting application: 3557
edit 3
i have managed start -clean
parameter , choosing workspace command line -data
parameter.
i've had same problem , solve using answer here https://stackoverflow.com/a/5504530/1275767 works moving projects out of workspace , in again after eclipse has been started , stopped.
starting -clean -data started eclipse whenever switched workspace using eclipse gui wouldn't load.
Comments
Post a Comment