etc/ERROR

[ERROR] Java / Spring Boot java.lang.NoClassDefFoundError: org/eclipse/tm4e/ui/utils/ContentTypeHelper

상맹 2022. 6. 3. 15:17
반응형

- 원인 : pom.xml / application.properites 파일이 열리지 않고 해당 에러가 떴다..

- 해결 방법

1. Eclipse / SpringBoot 상단 바 에서  Help → Insatall New Software

2. 해당 페이지 링크를 복사한다.

https://download.eclipse.org/tm4e/snapshots/

 

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

3. Work with: 에 해당 링크 복사 해서 넣고 Next 버튼 클릭

4. Select All 버튼 클릭 후 Next

 

로딩중..

 

세부사항 알림 Finish 버튼 클릭
이클립스/ 스프링부트 하단 우측에 보면 설치중
Trust Selected 클릭
설치 완료 되면 Restart Now 버튼 클릭 하면 이클립스 / 스프링부트 가 재실행 된다.

- 관련링크

 

Spring plugin in Eclipse cannot open pom.xml

I've installed the most popular plugin in Eclipse (Spring Tools 4.14.1) and i tried to create a new project and open the pom.xml and then it shows error and comes like Failed to create the part's

stackoverflow.com

반응형