简体   繁体   English

如何完全删除 eclipse?

[英]How can I remove eclipse completely?

I have removed the.eclipse folder, .p2 and the eclipse folder from user->local.我已从 user->local 中删除了 .eclipse 文件夹、.p2 和 eclipse 文件夹。 But somehow when I am running eclipse its creating a workspace folder at the predefined location which I defined during first use.但不知何故,当我运行 eclipse 时,它会在我第一次使用时定义的预定义位置创建一个工作区文件夹。 Do I also have to remove the gradle folder or How can I remove it completely it's so annoying.我是否还必须删除 gradle 文件夹或如何完全删除它,这太烦人了。

Create one fresh work space, then open the workspce in eclipse it will create the new workspace configuration.创建一个新的工作空间,然后在 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. 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.

The predefined location of the workspace is stored inside the configuration area which is by default the subdirectory configuration of the Eclipse installation directory .工作区的预定义位置存储在配置区域内,默认情况下是 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. 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. Additionally installed plug-ins might have used further directories.另外安装的插件可能使用了更多目录。

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

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