Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Eclipse: How to disable welcome screen?

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?

like image 618
Muhd Avatar asked Feb 01 '13 00:02

Muhd


2 Answers

  1. Open Eclipse
  2. Uncheck the box in the bottom right hand corner (Show every time)
  3. Close the welcome screen
like image 143
Kelly Bang Avatar answered Oct 19 '22 23:10

Kelly Bang


The welcome screen is displayed whenever you first open eclipse with a new workspace. Once you close the welcome screen, this is noted in the workspace, and on a restart of eclipse with the same workspace, you will not see it again until you either use the menu Help/Welcome or switch to a new workspace.

Note that you may have to really close the Welcome screen via the 'x' in its title tab; not just hide or minimize it.

like image 26
Kay Avatar answered Oct 20 '22 01:10

Kay