일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
- 문서
- Eclipse
- JDBC
- ubuntu
- JavaScript
- Python
- maven
- Source
- Docker
- Thymeleaf
- SpringBoot
- jpa
- Core Java
- spring
- Exception
- error
- MySQL
- MSSQL
- 오픈소스
- STS
- Tomcat
- PostgreSQL
- AJAX
- Open Source
- Spring Boot
- IntelliJ
- 설정
- myBatis
- oracle
- git
- Today
- Total
헤르메스 LIFE
[Spring] Eclipse 3.5(Galileo) + SpringIDE 본문
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를 생성할 수 있습니다.
'Eclipse와 IntelliJ 관련' 카테고리의 다른 글
[IntelliJ] Git을 이용한 Commit & Push 하기 및 gitignore 파일 생성 (0) | 2021.01.24 |
---|---|
[IntelliJ] Git 연동하기 (0) | 2021.01.23 |
[IntelliJ] 이것 저것 설정 (0) | 2020.12.26 |
[IntelliJ] Eclipse 와 IntelliJ IDEA 비교 (0) | 2020.11.23 |
[IntelliJ] 설치 부터 Hello World 까지 ... (0) | 2020.11.23 |