Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Cannot "Install New Software" in Eclipse 3.5

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, nothing happens. Literally nothing - no dialog opens, no error message is displayed. If I have the Debug window open, no message are displayed.

If I go to Preferences -> Install/Update -> Available Software Sites, that dialog opens OK, I can manage the list of update sites, and test the connections, and they all appear OK. But I cannot get to use them to actually install anything.

Is it just broken, or could there be something more subtle wrong?

Thanks.

like image 837
David Ellis Avatar asked Nov 17 '09 16:11

David Ellis


People also ask

How do I install Oxygen software in Eclipse?

Go to Help/Search Search for "Install new" Select "Updating and installing software" from the local search results. Click on the link by the name "Installing new software" Here click the first link with the text "Help Install New Software ..."


6 Answers

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...

like image 123
Ivan Avatar answered Oct 07 '22 19:10

Ivan


Start by checking you error log under Window -> Show View -> Error Log. See if you're getting any exception while trying to install new software.

You can also install by downloading the plugin and unzipping it in the dropins folder.

like image 37
zvikico Avatar answered Oct 07 '22 17:10

zvikico


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.

like image 32
Kyle L. Avatar answered Oct 07 '22 18:10

Kyle L.


GDK_NATIVE_WINDOWS=true also solved the non-clickable button problem for me running gnome 2.28.1 with Ubuntu Karmic (9.10) x64 with kernel 2.6.31-14-generic

like image 45
pete Avatar answered Oct 07 '22 19:10

pete


To resolve this problem, I did the following:

  1. Placed my copy of Eclipse in the trash
  2. Emptied my trash
  3. Rebooted my computer
  4. Downloaded the latest version of Eclipse (which was Indigo at the time of writing)
  5. Placed the .zip file in my applications folder
  6. Double-clicked on the compressed zip to open it (I'm using Mac OS X.6)

The problem disappeared. I am now able to do Help/Install new software....

like image 26
Sergi Avatar answered Oct 07 '22 18:10

Sergi


I suggest to use Eclipse Indigo (Eclipse 3.7) which contains EGit already.

like image 22
vogella Avatar answered Oct 07 '22 19:10

vogella