繁体   English   中英

如何完全删除 eclipse?

[英]How can I remove eclipse completely?

我已从 user->local 中删除了 .eclipse 文件夹、.p2 和 eclipse 文件夹。 但不知何故,当我运行 eclipse 时,它会在我第一次使用时定义的预定义位置创建一个工作区文件夹。 我是否还必须删除 gradle 文件夹或如何完全删除它,这太烦人了。

创建一个新的工作空间,然后在 eclipse 中打开工作空间,它将创建新的工作空间配置。

Due to the fact that you can start Eclipse even after deleting the .p2 folder, I conclude that you installed Eclipse as a ZIP package and not via the Eclipse Installer.

工作区的预定义位置存储在配置区域内,默认情况下是 Eclipse安装目录子目录configuration

The Eclipse Java IDE uses in addition to the directories already mentioned by you, for Maven the .m2 and for Git the git subdirectories of the user directory by default. 另外安装的插件可能使用了更多目录。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM