0xBrandon
0xBrandon

Reputation: 1799

Eclipse Java EE - Galileo - Unable to view plugins

I am new to Eclipse so I am having a hard time troubleshooting this problem. I have a new installation of Eclipse Java EE - Galileo on Windows, and I am unable to see any changes made in the IDE after installing plugins. I have verified that the plugins are installed via installation details, but see no changes made.

For example, after installing the maven integration plugin m2eclipse I go to File->New->Project ... and I have no option for maven. After installing the QuickRex plugin I have no view for it etc.

I have tried re-installing the plugins, re-installing Eclipse, and starting Eclipse with the -clean option, but nothing has resolved the issue.

Any ideas? Thanks!

Upvotes: 1

Views: 2266

Answers (1)

Pascal Thivent
Pascal Thivent

Reputation: 570355

Ok. This is just a wild guess but could you start over with a fresh install and make sure that you uncheck the option Contact all update sites during install to find required software as shown below:

alt text http://img717.imageshack.us/img717/8039/screenshot003ao.png

I faced a similar problem (on another platform than yours), some updates were "disabling" all my plugins. Not checking this option allowed me to work around this issue.

Follow-up: You'll need to install that Zest stuff manually from the GEF update site:

alt text http://img339.imageshack.us/img339/8003/screenshot003rl.png

Upvotes: 3

Related Questions