Scenario:-
We want to uninstall a Plugin added in eclipse (say TestNG)?
Solution:-
After installation of any plugin, incase we don’t need it we can uninstall it using following steps
After installation of any plugin, incase we don’t need it we can uninstall it using following steps
Step1:-
Launch Eclipse IDE, Help ->Install New Software
Step2:-
On “Available Software” window, Click on “already installed” link
Step3:-
Step4:-
On “Uninstall Details” window, Click Finish.
It will take few seconds to uninstall the plugin
Step5:-
Restart Eclipse.
Step6:-
We can verify the uninstallation, by opening the “Eclipse Installation Details” window (Help->Install new Software ->already installed)
2 replies on “Uninstall Plugin/Addin in Eclipse”
great this works
Useful