Eclipse:如何禁用欢迎屏幕?

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/14637755/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-19 19:55:10  来源:igfitidea点击:

Eclipse: How to disable welcome screen?

eclipseeclipse-junoeclipse-oxygen

提问by Muhd

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?

每当我开始 eclipse 时,我都会看到一个烦人的欢迎屏幕。当我启动它时,如何让它跳过欢迎并直接进入工作台?

回答by Kelly Bang

For Eclipse Neon:

对于日食霓虹灯:

  1. Open Eclipse
  2. Uncheck the box in the bottom right hand corner (Show every time)
  3. Close the welcome screen
  1. 打开日食
  2. 取消选中右下角的框(每次都显示)
  3. 关闭欢迎屏幕

Edit: Still correct for Eclipse Oxygen, Photon and 2018-12

编辑:仍然适用于 Eclipse Oxygen、Photon 和 2018-12

回答by Kay

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/Welcomeor switch to a new workspace.

每当您第一次使用新工作区打开 eclipse 时,都会显示欢迎屏幕。关闭欢迎屏幕后,这会在工作区中注明,并且在使用相同工作区重新启动 eclipse 时,您将不会再次看到它,直到您使用菜单Help/Welcome或切换到新工作区。

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

请注意,您可能必须通过标题选项卡中的“x”来真正关闭欢迎屏幕;不仅仅是隐藏或最小化它。

回答by Sevabrata

Follow the following steps for Eclipse Neon:

对于 Eclipse Neon,请按照以下步骤操作:

  1. Go to Eclipse_Home\plugins
  2. Take backup of the below jars and remove them from the above path
    1. org.eclipse.ui.intro.quicklinks_.jar
    2. org.eclipse.ui.intro.universal_.jar
    3. org.eclipse.ui.intro_.jar
  3. Step 3: Restart Eclipse
  1. 转到 Eclipse_Home\plugins
  2. 备份下面的 jars 并将它们从上面的路径中删除
    1. org.eclipse.ui.intro.quicklinks_.jar
    2. org.eclipse.ui.intro.universal_.jar
    3. org.eclipse.ui.intro_.jar
  3. 第 3 步:重新启动 Eclipse

回答by Ceky

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"/>

回答by Lova Chittumuri

1 ) Go to HelpMenu
2 ) Click on "Welcome"
3 ) Uncheck the "Always show Welcome at start up"in "Welcome Page"Right bottom Corner enter image description here

1)进入帮助菜单
2)点击“欢迎”
3)取消选中“始终显示欢迎在启动时”“欢迎页面”右下角 在此处输入图片说明

回答by user2451910

STEP 1: Go to the eclipse home folder -> Go to plugins folder.

步骤 1:转到 eclipse 主文件夹 -> 转到插件文件夹。

STEP 2: Search for org.eclipse.ui.intro.universal and remove it from the folder.

第 2 步:搜索 org.eclipse.ui.intro.universal 并将其从文件夹中删除。

STEP 3: Now try to startup your eclipse with the new workspace and you can see that the welcome screen will not show up anymore.

第 3 步:现在尝试使用新工作区启动 eclipse,您可以看到欢迎屏幕不再出现。

回答by Shahe Tajiryan

  1. Run Eclipse Neon as an Administrator.
  2. When Eclipse starts up with the welcome screen, uncheck the bottom right hand corner box.
  3. Close the welcome screen from upper part with the 'x'.
  4. Close Eclipse Neon
  5. Reopen Eclipse. You will not see the welcome screen anymore. Worked for me!
  1. 以管理员身份运行 Eclipse Neon。
  2. 当 Eclipse 以欢迎屏幕启动时,取消选中右下角的框。
  3. 使用“x”从上部关闭欢迎屏幕。
  4. 关闭 Eclipse Neon
  5. 重新打开 Eclipse。您将不会再看到欢迎屏幕。对我来说有效!

回答by Louis Caron

By creating the following file in your empty workspace:

通过在您的空工作区中创建以下文件:

workspace/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.ui.prefs

and fill it in with:

并填写:

eclipse.preferences.version=1
showIntro=false