如何通过命令行卸载Eclipse插件? [英] How to uninstall an Eclipse plugin via command line?

查看:129
本文介绍了如何通过命令行卸载Eclipse插件?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我最近在我的Eclipse中安装了Bravo Editor插件,它已经崩溃了Eclipse的安装,现在我无法启动它。



我已经试过从$ code> eclipse -clean 命令行调用它,但没有用。



我想知道如何从命令行卸载它。

解决方案

你可以尝试使用 Eclipse Director 并将 com.beck.ep.feature.group 作为 -uninstallIU的参数



完整的命令是:

  eclipse -application org.eclipse.equinox.p2.director -uninstallIU com.beck.ep. feature.group 

(使用 eclipsec.exe 在Windows上。)



您可以列出已安装的功能,以便找到正确的ID:

  eclipse -application org.eclipse.equinox.p2.director -listInstalledRoots 


I recently installed Bravo Editor plugin into my Eclipse and it has crashed the installation of Eclipse, now I'm unable to start it.

I've already tried to call it from the command line with eclipse -clean, but it's no use.

I'd like to know how it could be uninstalled from the command line.

解决方案

You can try using Eclipse Director and put com.beck.ep.feature.group as argument for -uninstallIU

The full command for this is:

eclipse -application org.eclipse.equinox.p2.director -uninstallIU com.beck.ep.feature.group

(Use eclipsec.exe on Windows.)

You can list the installed features to find the right ID with:

eclipse -application org.eclipse.equinox.p2.director -listInstalledRoots

这篇关于如何通过命令行卸载Eclipse插件?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆