rajvineet
rajvineet

Reputation: 319

Eclipse Mars Configuration

I am facing couple of problems with projects configuration in Eclipse Mars/Kepler.

  1. Build Path is not coming for projects.
  2. Ctrl + click is not working
  3. Ctrl + Shift + T not working.
  4. Package view is not coming got projects.

I did lot googling and tried, but none are working.

Upvotes: 0

Views: 55

Answers (1)

rajvineet
rajvineet

Reputation: 319

I finally found the issue. Eclipse Mars has an embedded maven plugin installed and configured in eclipse. This was different from the version of eclipse configures on my system which I was using to "mvn clean install" the workspace. So, pointing to my system configured maven and re-importing the projects resolved the issue. Go to Windows --> Preferences --> Maven --> Installations and point to system maven. My projects are compatible with maven 3.2.3 (system maven) and eclipse has higher version of maven.

Upvotes: 0

Related Questions