How can I disable the welcome screen in Eclipse Neon?
Although there is a similar question for Eclipse Juno, the methods suggested don\'t seem to work in Eclipse Ne
After you uncheck the "Always show Welcome as start up" checkbox, you need to close the "Welcome" view (clicking the X in its tab). Only then can you close or restart Eclipse, which will now no longer show the "Welcome" view at startup.
I also tried to remove the line
-showsplash
inEclipse.ini
file but it doesn't seem to work either.
-showsplash
is a red herring; it controls which splash screen (by default: the Eclipse Neon logo) is shown. Deleting this line and the next (org.eclipse.platform
) won’t disable the splash screen. However, adding -noSplash
to your eclipse.ini
(or via the Eclipse command line) will. See the Eclipse Platform help for more information.
At any rate, neither option controls the “Welcome” view you want to disable. Hence “red herring.”