KEEP GOING
[error] Failed to create the part's controls : java.lang.NoClassDefFoundError 본문
[error] Failed to create the part's controls : java.lang.NoClassDefFoundError
jmHan 2022. 6. 23. 17:23
메이븐 프로젝트를 생성하는데 다음과 같은 에러가 발생하였다.
java.lang.NoClassDefFoundError: org/eclipse/tm4e/ui/utils/ContentTypeHelper
at org.eclipse.tm4e.languageconfiguration.LanguageConfigurationCharacterPairMatcher.findContentTypes(LanguageConfigurationCharacterPairMatcher.java:134)
at org.eclipse.tm4e.languageconfiguration.LanguageConfigurationCharacterPairMatcher.getMatcher(LanguageConfigurationCharacterPairMatcher.java:113)
at org.eclipse.tm4e.languageconfiguration.LanguageConfigurationCharacterPairMatcher.match(LanguageConfigurationCharacterPairMatcher.java:47)
at org.eclipse.jface.text.source.MatchingCharacterPainter.paint(MatchingCharacterPainter.java:313)
at org.eclipse.jface.text.PaintManager.addPainter(PaintManager.java:207)
...
https://stackoverflow.com/questions/72043028/spring-plugin-in-eclipse-cannot-open-pom-xml
stack overflow를 참고해서 문제를 해결할 수 있었다.
Spring Tools 4.14.1 버전에서는 tm4e를 제공해주지 않기 때문에 따로 설치해주면 된다고 한다.
Help > Install new software > URL 추가 https://download.eclipse.org/tm4e/snapshots/
finish를 누른후 재시작하면 pom.xml이 정상적으로 보인다.
'etc' 카테고리의 다른 글
SQLD 자격증 유효기간 영구 갱신하는 방법 (2) | 2022.12.03 |
---|---|
MobaXterm 폰트 사이즈(font size) 변경하기 (2) | 2022.10.07 |
우대 자격증 정리 (0) | 2021.01.27 |
2021 데이터자격시험 sqld/sqlp 시험일정 (0) | 2021.01.11 |
MSA(MicrodoftService Architecture)이란 무엇인가 (0) | 2020.12.04 |