简体   繁体   English

为什么安装失败后我无法删除此Eclipse插件?

[英]Why I can't remove this Eclipse plugin after failed installation?

I am using Eclipse Mars and I have the following problem. 我正在使用Eclipse Mars,并且遇到以下问题。

After the installation of a plugin, the Adoe Flash Builder plugin, it is a plugin that is installed outside Eclipse (executing an installer and selecting the Eclipse folder) I have some problem. 在安装了插件( Adoe Flash Builder插件)之后,这是一个在Eclipse外部安装的插件(执行安装程序并选择Eclipse文件夹),我有一些问题。

The plugin installation failed (because this plugin is supported only on the 32 bit version of Eclipse). 插件安装失败(因为仅32位版本的Eclipse支持此插件)。 So the plugin was not completly installed. 因此,该插件尚未完全安装。

When I start Eclipse I obtain a lot of error messages caused by this failed installation and it is impossible to me work. 当我启动Eclipse时,我会收到很多由于安装失败而导致的错误消息,这使我无法工作。

So I have tried to disinstall this plugin but it doesn't give me the possibility to uninstall it (the Uninstall button is disabled). 因此,我尝试卸载此插件,但它没有给我卸载它的可能性(禁用了“ 卸载”按钮)。

Here the screenshot where you can see that, selecting the plugin that I want to uninstall, the Uninstall button is disabled: 在屏幕快照中,您可以看到该屏幕快照,选择要卸载的插件,“ 卸载”按钮被禁用:

在此处输入图片说明

Why? 为什么? Can I manually delete this plugin in some way? 我可以通过某种方式手动删除此插件吗? (I have not directory related to it into my Eclipse folder). (我的Eclipse文件夹中没有与此目录相关的目录)。 It seems that in some way Eclipse have the information of this plugin but that this is not effectively present. 似乎Eclipse以某种方式拥有了此插件的信息,但是并没有有效地提供它。 How can I remove it? 如何删除? Or is faster reinstall and configure again my environment (Eclipse + SVN plugin + project configuration) 还是更快地重新安装并重新配置我的环境(Eclipse + SVN插件+项目配置)

I have tried sometimes to get rid of "messed up" eclipse configurations. 我有时试图摆脱“混乱”的日食配置。

In the end, it just didn't work out. 最后,它只是没有解决。 I always ended up throwing away everything. 我总是把所有东西都扔掉了。

Besides: Eclipse Neon R2a was released already; 此外:Eclipse Neon R2a已经发布; so just download that and say goodbye to Mars. 所以只要下载并向火星告别。

And the real answer (in my opinionated eyes): I decided at some point to enable myself to install eclipse "from scratch" as quickly as possible (for example by having automation where possible; and "checklists" to follow where manual interaction is required). 真正的答案(在我看来是这样):我决定在某个时候使自己能够尽快“从头开始”安装Eclipse(例如,在可能的情况下通过自动化;在需要手动交互的情况下遵循“清单”) )。 Simply because "installing from scratch" helps avoiding a lot of problems over time. 仅仅是因为“从头开始安装”有助于避免随着时间的推移出现许多问题。

And while we are talking about eclipse best practices: if your OS is Linux, consider to switch to git-svn instead of SVN. 在讨论Eclipse最佳实践时: 如果您的操作系统是Linux,请考虑切换到git-svn而不是SVN。 Your machine still talks SVN to the remote SVN server, but you can enjoy the full beauty of git locally. 您的机器仍在与远程SVN服务器对话SVN,但是您可以在本地享受git的全部好处。 No more SVN plugins, no more hours of waiting for that SVN plugin doing refresh ... I can't tell you how much time that simply change saved for me. 没有更多的SVN插件,没有更多的时间等待该SVN插件进行刷新...我无法告诉您简单更改为我节省了多少时间。

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

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