Eclipse: How to disable welcome screen?

前端 未结 8 1952
南旧
南旧 2021-01-17 07:46

I get an annoying welcome screen whenever I start eclipse. How can I get it to skip the welcome and go straight to the workbench when I start it?

相关标签:
8条回答
  • 2021-01-17 08:04
    1. Open Eclipse
    2. Uncheck the box in the bottom right hand corner (Show every time)
    3. Close the welcome screen
    0 讨论(0)
  • 2021-01-17 08:14

    Another option is to create file in your workspace:

    .metadata\.plugins\org.eclipse.ui.intro\introstate
    

    and insert:

    <?xml version="1.0" encoding="UTF-8"?>
    <state reopen="false"/>
    
    0 讨论(0)
提交回复
热议问题