헤르메스 LIFE

[Spring] Eclipse 3.5(Galileo) + SpringIDE 본문

Eclipse와 IntelliJ 관련

[Spring] Eclipse 3.5(Galileo) + SpringIDE

헤르메스의날개 2010. 8. 6. 11:09
728x90

SpringIDE를 설치해보겠습니다.

개발환경
OS : Windows 7
JDK : jdk1.6.0_21
Eclipse : Eclipse 3.5(Galileo)

Name : Spring IDE
Location : http://dist.springframework.org/release/IDE

Cannot complete the install because one or more required items could not be found.
Software being installed: Spring IDE AJDT Integration (optional) 2.3.0.200912170948-RELEASE
(org.springframework.ide.eclipse.ajdt.feature.feature.group 2.3.0.200912170948-RELEASE)
Missing requirement: Spring IDE AJDT Integration (optional) 2.3.0.200912170948-RELEASE (org.springframework.ide.eclipse.ajdt.feature.feature.group 2.3.0.200912170948-RELEASE)
requires 'org.eclipse.ajdt.feature.group 0.0.0' but it could not be found

AJDT의 버젼이 호환되지 않기 때문에 SrpringIDE를 설치 할 수 없다는 메시지 입니다.
AJDT를 Update 해주면 됩니다.

Name : AJDT Update Site
Location : http://download.eclipse.org/tools/ajdt/35/update

Eclipse를 재시작합니다.
이제 설치가 정상적으로 되는 것을 확인할 수 있습니다.

설치가 완료되면 Eclipse를 재시작합니다.
정상적으로 설치가 되었다면 Spring Project를 생성할 수 있습니다.

728x90