Eclipse Neon - Disable Welcome Screen

后端 未结 2 479
醉话见心
醉话见心 2021-01-17 21:47

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

相关标签:
2条回答
  • 2021-01-17 22:04

    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.

    0 讨论(0)
  • 2021-01-17 22:18

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

    0 讨论(0)
提交回复
热议问题