Fix (enable) disabled ‘uninstall software’ option in EclipseBy neokrates, written on April 14, 2010 |
howto |
- neokrates
- Email: uwarov@yahoo.com
- Website: http://www.thinkplexx.com
- Join date: 05-31-09
- Posts: 20
Rate it
Ad
Poll
Your favorite Java IDE is?
- Eclipse (39%, 9 Votes)
- Something else (39%, 9 Votes)
- NetBeans IDE (17%, 4 Votes)
- IntelliJ IDEA (4%, 1 Votes)
- Borland JBuilder (0%, 0 Votes)
- JCreator (0%, 0 Votes)
- Oracle JDeveloper (0%, 0 Votes)
Total Voters: 23
Loading ...
Most popular search terms:
You are trying to uninstall Eclipse feature, but “Uninstall” and “Update” buttons are disabled. How to enable them?
Software:
Eclipse Galileo
Ubuntu Linux
Should also work for:
Any Eclipse
Any Linux
The problem is most likely that you have no permissions in the eclipse directory.
You might see what is not writable by typing.
ls -All ~/.eclipse/${YOUR_ECLIPSE_VERSION}/
Solution 1
Start Eclipse as sudo
Running under sudo will ensure eclipse can write the configuration directory.
Eclipse should now be able to uninstall features.
Solution 2
Make relevant Eclipse files writable
chmod -R a+w ~/.eclipse/${YOUR_ECLIPSE_VERSION}/
Eclipse should now be able to uninstall features.
|
LEARN MORE (amazon bookstore)
|
|
TAGS
|
|
RELATED
|
Pages
Posts
|
|
SOCIAL
|


















