我最近在我的 Eclipse 中安装了 Bravo Editor 插件,它使 Eclipse 的安装崩溃,现在我无法启动它。
我已经尝试从命令行调用它eclipse -clean
,但它没有用。
我想知道如何从命令行卸载它。
我最近在我的 Eclipse 中安装了 Bravo Editor 插件,它使 Eclipse 的安装崩溃,现在我无法启动它。
我已经尝试从命令行调用它eclipse -clean
,但它没有用。
我想知道如何从命令行卸载它。
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