1

I have created a spring mvc project this link but after building this project I am not getting run on server option on my project.

I have seen answer on stackoverflow but it does not resolve my problem. see screenshotenter image description here

Community
  • 1
  • 1
ankit
  • 4,919
  • 7
  • 38
  • 63
  • 1
    http://stackoverflow.com/q/12895734/1700321. – Aleksandr M Jan 09 '15 at 13:06
  • @AleksandrM after doing this only I got these two options – ankit Jan 09 '15 at 13:26
  • Are you sure you're running the [enterprise edition](https://eclipse.org/downloads/packages/eclipse-ide-java-ee-developers/keplersr2) of Eclipse as opposed to the [standard edition](https://www.eclipse.org/downloads/packages/eclipse-ide-java-developers/lunasr1) targeted at plain-vanilla Java developers? – Priidu Neemre Jan 09 '15 at 13:30
  • @PriiduNeemre Eclipse IDE for Java Developers Version: Luna Service Release 1 (4.4.1) – ankit Jan 09 '15 at 13:34
  • 1
    Whereas it should be something like `Eclipse Java EE IDE for Web Developers. Version: Luna Release (4.4.0)`. The easiest way to solve this would be to just go ahead and download the enterprise edition of Eclipse and not waste your time on downloading & installing individual plugins. (Probably safe to close this question now?) – Priidu Neemre Jan 09 '15 at 13:45
  • @ankit if you are starting to work with Spring, a good option available is to use STS (Spring Tool Suite), check: https://spring.io/tools – Leandro Carracedo Jan 09 '15 at 14:26

1 Answers1

2

I changed my eclipse to enterprise edition and it worked for me

credits Priidu Neemre

ankit
  • 4,919
  • 7
  • 38
  • 63