卸载 Eclipse 3.5

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/5222163/
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-10 20:00:49  来源:igfitidea点击:

uninstall eclipse 3.5

eclipse

提问by turtleboy

i'm having problems with eclipse and i think i need to re-install it. is there a safe/recommended way to uninstall it?

我在使用 eclipse 时遇到问题,我想我需要重新安装它。有没有安全/推荐的方法来卸载它?

回答by Neil

I have Eclipse 3.6.2 (Helios) and when I have to uninstall it, the extent of this operation is moving the folder into the recycle bin. Just be sure that your workspaces aren't saved inside (or if they are, move them out), and you should be set.

我有 Eclipse 3.6.2 (Helios),当我必须卸载它时,此操作的范围是将文件夹移入回收站。只要确保你的工作区没有保存在里面(或者如果是的话,把它们移出),你应该被设置。

回答by nos

There's no installer for Eclipse (the one from eclipse.org) , so just delete your Eclipse folder.

没有用于 Eclipse 的安装程序(来自 eclipse.org 的安装程序),因此只需删除 Eclipse 文件夹即可。

However, there's 2 other parts to Eclipse that can cause trouble if they are damaged.

但是,Eclipse 的其他 2 个部分如果损坏可能会导致问题。

  • your workspace, usually just a folder called "Workspace" in your user home folder.
  • a folder named ".eclipse" in your user home folder.
  • 您的工作区,通常只是用户主文件夹中名为“Workspace”的文件夹。
  • 用户主文件夹中名为“.eclipse”的文件夹。

Rename those and see if it helps (better not delete them, as they contain your projects and setttings)

重命名它们,看看是否有帮助(最好不要删除它们,因为它们包含您的项目和设置)

回答by skaffman

Just delete it. It don't "install" itself in the normal way, it's just a (very big) unzipped file.

删除它就行了。它不会以正常方式“安装”自身,它只是一个(非常大的)解压缩文件。

You may also want to delete the .metadatadirectories, wherever you created workspaces, but that shouldn't be necessary.

您可能还想删除.metadata创建工作区的任何目录,但这不是必需的。

回答by user3717231

Open eclipse

打开日食

  1. Click Help > About and then click command link Installation Details... to open a dialog showing pages that provide more detail about your installation.

  2. Click the Installed Software tab to see a list of the software items that you have installed into your system.

  3. Select the items that you wish to uninstall.

  4. Click Uninstall....

  5. The Uninstall Details page will show you a list of the items that will be uninstalled. Expanding each item will show what additional items (if any) will be uninstalled as a result of your choice.

  6. If you change your mind about which items should be uninstalled, you may click Back to see a checkmark list of the items you selected before. You may check and uncheck different items in the list, and click Next when you are ready to continue.

  7. Click Finish to start the uninstall.

  8. Once all of the software is uninstalled successfully, you will be prompted to restart for the Workbench. Click Yes when asked to exit and restart the Workbench for the changes to take effect.

  1. 单击“帮助”>“关于”,然后单击命令链接“安装详细信息...”以打开一个对话框,其中显示了提供有关您的安装的更多详细信息的页面。

  2. 单击“已安装的软件”选项卡以查看已安装到系统中的软件项目的列表。

  3. 选择要卸载的项目。

  4. 点击卸载....

  5. “卸载详细信息”页面将显示将要卸载的项目列表。展开每个项目将显示根据您的选择将卸载哪些其他项目(如果有)。

  6. 如果您改变了应该卸载哪些项目的想法,您可以单击“返回”以查看您之前选择的项目的复选标记列表。您可以选中和取消选中列表中的不同项目,并在准备好继续时单击下一步。

  7. 单击完成开始卸载。

  8. 成功卸载所有软件后,系统将提示您重新启动 Workbench。当要求退出并重新启动 Workbench 以使更改生效时,单击 Yes。

回答by greydet

You just need to delete the eclipse installation folder. Nothing is "installed" by Eclipse into your system apart from this folder.

你只需要删除eclipse安装文件夹。除了这个文件夹之外,Eclipse 没有“安装”到您的系统中。

But I don't think you really need to delete it completely from your file system. Maybe you can give us a more detailed description of your issue for us to be able to point you to an efficient solution. Maybe you only have to restart from a clean workspace or revert the Eclipse installation to a previous state.

但我不认为你真的需要从你的文件系统中完全删除它。也许您可以给我们更详细地描述您的问题,以便我们能够为您指出有效的解决方案。也许您只需从干净的工作区重新启动或将 Eclipse 安装恢复到以前的状态。

Anyway if you really want to delete it, pay attention to backup your workspace in case you chose to store it in the Eclipse installation folder.

无论如何,如果您真的要删除它,请注意备份您的工作区,以防您选择将其存储在 Eclipse 安装文件夹中。