☭DEVELOPER/#1 Trouble Shooting

[이클립스]이클립스에서 spring 설치 안 될때 해결

조반짝 2024. 2. 20. 20:40
728x90
반응형

 

Issue

     이클립스 마켓에서 스프링을 인스톨하려고하니 아래와 같은 에러가 뜸

Cannot complete the install because one or more required items could not be found. Software being installed: Spring IDE Spring Data Support 3.9.15.202012132325-RELEASE (org.springframework.ide.eclipse.data.feature.feature.group 3.9.15.202012132325-RELEASE) Missing requirement: Spring IDE Configuration Graphical Editing 3.9.15.202012132325-RELEASE (org.springframework.ide.eclipse.config.graph 3.9.15.202012132325-RELEASE) requires 'osgi.bundle; org.eclipse.mylyn.commons.ui [3.7.0,4.0.0)' but it could not be found Cannot satisfy dependency: From: Spring IDE Spring Data Support 3.9.15.202012132325-RELEASE (org.springframework.ide.eclipse.data.feature.feature.group 3.9.15.202012132325-RELEASE) To: org.eclipse.equinox.p2.iu; org.springframework.ide.eclipse.feature.feature.group 0.0.0 Cannot satisfy dependency: From: Spring IDE Core (required) 3.9.15.202012132325-RELEASE (org.springframework.ide.eclipse.feature.feature.group 3.9.15.202012132325-RELEASE) To: org.eclipse.equinox.p2.iu; org.springframework.ide.eclipse.config.graph [3.9.15.202012132325-RELEASE,3.9.15.202012132325-RELEASE]

 

💡Cause

osgi bundle인 org.eclipse.mylyn.commons.ui 가 없다고 나와있는데, 직접 다운받아서 plugins에 설치해주면 된다고 한다.

 

❗️Resolution

1. 이클립스 창에서 HELP > Install New Software 를 들어간다
2. path 넣는 곳에 아래 링크를 붙여넣기 한다.
https://download.eclipse.org/mylyn/releases/latest/
3. 아이템을 모두 체크 해주고 설치한다.

https://download.eclipse.org/mylyn/releases/latest/

 

Eclipse software repository | The Eclipse Foundation

The Eclipse Foundation - home to a global community, the Eclipse IDE, Jakarta EE and over 360 open source projects, including runtimes, tools and frameworks.

download.eclipse.org

 

 

 

 

🔍 참조

https://download.eclipse.org/mylyn/releases/latest/

 

Eclipse software repository | The Eclipse Foundation

The Eclipse Foundation - home to a global community, the Eclipse IDE, Jakarta EE and over 360 open source projects, including runtimes, tools and frameworks.

download.eclipse.org

https://acstory.tistory.com/614

 

Spring legacy 설치 중에 에러 발생 org.eclipse.mylyn.commons.ui 3.7.0 4.0.0)' but it could not be found

org.eclipse.mylyn.commons.ui 3.7.0 4.0.0)' but it could not be found 위와 같은 에러가 발생 했을 때는 mylyn라는 라이브러리를 설치해서 받아줘야 한다. 이클립스나 STS에서 Help를 누르고 Install New Software를 클릭한

acstory.tistory.com

 

728x90
반응형