I have just installed Eclipse 3.5 for Java EE developers (\"Galileo\").
I need to add an extra plugin, but when I select the \"Install New Software ...\" menu item,
I had the same problem, took a look at the error log and changed the launcher from "/usr/bin/eclipse" to "sudo /usr/bin/eclipse", it was a permissions thing...
Something you can try:
Eclipse>Window>Preferences>Install/Update>Available Software Sites
to add it locally.Eclipse>Window>Help>Software Updates>Available Software>Add site>Archive
, find the directory on your HDD and add it.I have faced the same issue. To solve the problem, follow the following steps:
I ran into the same problem. There seems to be a bug related to the finish button (I am assuming this is the same problem you are experiencing). The way I got around it is by clicking on the finish button (or next, or whichever button is not working for you) and press the 'Enter' key. It's annoying. Seems to be an issue with how Eclipse is integrating with GTK.
I had the exact the same problem. What I found out is that I installed the eclipse as root user. Therefore, I need to be a root user in order to launch "Install New Software".
To resolve this problem, I did the following:
The problem disappeared. I am now able to do Help/Install new software....