install spring ide in eclipse

OPTION 1

1. open eclipse IDE

2. click on Help > Eclipse Marketplace

3. Eclipse Marketplace will be displayed, and click Next to continue

4. click on Popular tab, and choose Spring IDE. click Install button

5. tick on Spring IDE checkbox and click Next

6. choose I accept the terms of the license agreements, click Finish to install

7. installing Spring IDE

8. finish

 

OPTION 2

1. open eclipse IDE and click on Help > Install New Software

2. click on Add button, add Name and URL

refer to this URL: http://springide.org/updatesite

3. click Next to continue

4. choose I accept the terms of the license agreements

5. installing the software

6. after finished the installation process, click on Restart Now button to see the impact

7. click on Accept to proceed

8. finish

install maven on windows7 64bit

1. download maven (link: http://maven.apache.org/download.html)

2. extract and paste to drive C:\ (rename to maven)

3. right click on Computer and choose Properties > Advanced system settings > Environment Variables


4. click on button New

- – - – - – - – - – - – - – - – - – - – - – - – - – - – - – - – - – - – - – - – - – - – - – -

Variable Name: JAVA_HOME

Variable Value: C:\Program Files\Java\jdk1.6.0_30

- – - – - – - – - – - – - – - – - – - – - – - – - – - – - – - – - – - – - – - – - – - – - – -

Variable Name: M2_HOME

Variable Value: C:\maven

- – - – - – - – - – - – - – - – - – - – - – - – - – - – - – - – - – - – - – - – - – - – - – -

Variable Name: M2

Variable Value: %M2_HOME%\bin

- – - – - – - – - – - – - – - – - – - – - – - – - – - – - – - – - – - – - – - – - – - – - – -

5. edit Path (add %JAVA_HOME%\bin;%M2%;)

6. Start > cmd and enter

type mvn -version