2017-02-14 306 views
1

通過命令行安裝eclipse功能是衆所周知的[1]。通過命令行卸載eclipse功能

但是,我有一個問題,通過命令行卸載eclipse功能。

我使用以下命令。

/opt/eclipse/eclipse \ 
-repository \ 
http://download.eclipse.org/releases/neon,\ 
https://dl.google.com/eclipse/plugin/4.6,\ 
http://pydev.org/updates" 
-application org.eclipse.equinox.p2.director \ 
-uninstallIU \ 
org.eclipse.egit.feature.group,\ 
org.eclipse.mylyn_feature.feature.group,\ 
org.eclipse.help.feature.group 

輸出結果如下。

Uninstalling org.eclipse.egit.feature.group 4.4.1.201607150455-r. 
Uninstalling org.eclipse.mylyn_feature.feature.group 3.21.0.v20160914-0252. 
Uninstalling org.eclipse.help.feature.group 2.2.1.v20161124-1400. 

但是,當我啓動eclipse時,插件仍然存在。 有什麼幫助嗎?

[1] http://blog.vogella.com/2012/04/04/installing-eclipse-features-via-the-command-line-with-the-p2-director/

回答

0

確認的功能,卸載後運行p2的垃圾收集器。 您就可以用這樣的命令在命令行手動運行GC: 蝕-application org.eclipse.equinox.p2.garbagecollector.application -profile SDKProfile Plug-in jar remains after feature uninstall

+0

彼得,謝謝你的回答。我也已經這樣做了,但我沒有成功。 –