Eclipse Neon - Disable Welcome Screen

送分小仙女□ 提交于 2019-12-01 16:32:19

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.

Andreas Sewe

I also tried to remove the line -showsplash in Eclipse.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.”

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!