How to disable Eclipse splash screen?
I want to disable the Eclipse splash screen because it always gets in my way..
How do I disable the Eclipse splash screen?
Solution 1:
Run eclipse with the -nosplash
option.
Solution 2:
If you want to permanently set a nosplash option you can edit the "eclipse.ini" file in the eclipse root dir and among the other options add "-nosplash".