通过命令行/Powershell卸载Eclipse插件

通过命令行/Powershell卸载Eclipse插件,eclipse,plugins,command-line,uninstallation,p2,Eclipse,Plugins,Command Line,Uninstallation,P2,我正试图通过p2.director应用程序通过powershell卸载Eclipse Luna 4.4.1中的插件 以下是我所写的剧本的内容: ./eclipsec.exe ` -clean -purgeHistory ` -application org.eclipse.equinox.p2.director ` -noSplash ` -uninstallIUs ` org.eclipse.rse.cifs.feature.feature.group, ` com.vmware.vide.c

我正试图通过p2.director应用程序通过powershell卸载Eclipse Luna 4.4.1中的插件

以下是我所写的剧本的内容:

./eclipsec.exe `
-clean -purgeHistory `
-application org.eclipse.equinox.p2.director `
-noSplash `
-uninstallIUs `
org.eclipse.rse.cifs.feature.feature.group, `
com.vmware.vide.cimtools.feature.feature.group
该脚本将运行约30秒,并在不提供任何反馈的情况下退出。在重新打开Eclipse之后,我指定的插件仍然保持安装状态。如果有人有任何想法或建议,我将不胜感激


谢谢。

您可以为启动指定一个传统的工作区位置,然后检查工作区日志内部。第二个功能不是
-uninstallIUs
参数的一部分,因为它由空格分隔。