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

How do I disable the Eclipse splash screen?

link|improve this question

feedback

2 Answers

up vote 12 down vote accepted

Run eclipse with the -nosplash option.

link|improve this answer
@ztatic, if this answers your question, please mark it as the answer. If it does not, please mention that also, and I will try again. – soandos Aug 21 '11 at 8:39
feedback

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".

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.