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
Eclipse: How to disable welcome screen?
提问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:
对于日食霓虹灯:
- Open Eclipse
- Uncheck the box in the bottom right hand corner (Show every time)
- Close the welcome screen
- 打开日食
- 取消选中右下角的框(每次都显示)
- 关闭欢迎屏幕
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/Welcome
or 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,请按照以下步骤操作:
- Go to Eclipse_Home\plugins
- Take backup of the below jars and remove them from the above path
- org.eclipse.ui.intro.quicklinks_.jar
- org.eclipse.ui.intro.universal_.jar
- org.eclipse.ui.intro_.jar
- Step 3: Restart Eclipse
- 转到 Eclipse_Home\plugins
- 备份下面的 jars 并将它们从上面的路径中删除
- org.eclipse.ui.intro.quicklinks_.jar
- org.eclipse.ui.intro.universal_.jar
- org.eclipse.ui.intro_.jar
- 第 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
回答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
- Run Eclipse Neon as an Administrator.
- When Eclipse starts up with the welcome screen, uncheck the bottom right hand corner box.
- Close the welcome screen from upper part with the 'x'.
- Close Eclipse Neon
- Reopen Eclipse. You will not see the welcome screen anymore. Worked for me!
- 以管理员身份运行 Eclipse Neon。
- 当 Eclipse 以欢迎屏幕启动时,取消选中右下角的框。
- 使用“x”从上部关闭欢迎屏幕。
- 关闭 Eclipse Neon
- 重新打开 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