The Computer Oracle

How to disable Eclipse splash screen?

--------------------------------------------------
Rise to the top 3% as a developer or hire one of them at Toptal: https://topt.al/25cXVn
--------------------------------------------------

Music by Eric Matyas
https://www.soundimage.org
Track title: Lost Jungle Looping

--

Chapters
00:00 How To Disable Eclipse Splash Screen?
00:18 Accepted Answer Score 28
00:31 Answer 2 Score 11
00:48 Answer 3 Score 0
01:06 Thank you

--

Full question
https://superuser.com/questions/325378/h...

--

Content licensed under CC BY-SA
https://meta.stackexchange.com/help/lice...

--

Tags
#eclipse

#avk47



ACCEPTED ANSWER

Score 28


Run eclipse with the -nosplash option.




ANSWER 2

Score 11


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




ANSWER 3

Score 0


This is actually the correct way to find and change the eclipse splash screen.

https://www.mkyong.com/java/how-to-change-eclipse-splash-welcome-screen-image/

Works even for the lastest Oxygen release on macOS Sierra!