How to disable Eclipse splash screen

eclipse

I want to disable the Eclipse splash screen because it always gets in my way..

How do I disable the Eclipse splash screen?

Best Answer

Run eclipse with the -nosplash option.

Related Question