STS(Spring Tool Suite) 를 처음 Launch하게 되면 아래와 같은 오류가 발생합니다.
'Plug-in org.springframework.ide.eclipse.boot.dash was unable to load class
org.springframework.ide.eclipse.boot.dash.views.BootDashTreeView'
이 오류는 압축 해제된 폴더명이 'spring-tool-suite-4-4.7.0.RELEASE-e4.16.0-win32.win32.x86_64.self-extracting'
과 같이 이름이 너무 길어 클래스를 로드하지 못해 발생한 오류입니다.
압축해제시 C드라이브(C:/)에 압축을 해제해야 255자 이내의 파일들이
압축해제가 잘 됩니다.
+) 압축 해제시, 알집으로 푸는 것이 아닌 '반디집'으로 푸시면 해결됩니다.
'개발툴 > STS' 카테고리의 다른 글
[Spring] 스프링 프로젝트와 톰캣(Tomcat) 서버 연동하기 (0) | 2020.07.13 |
---|---|
[Spring] STS Maven Dependencies 문제 해결 : org.springframework.web.context.ContextLoaderListener의 애플리케이션 리스너를 설정하는 중 오류 발생 (0) | 2020.07.13 |
[Spring] Spring Test 오류 해결 모음(SpringJUnit4ClassRunner , Resource specification) (4) | 2020.07.08 |
[Spring] Tomcat 관련 오류 해결 모음 (1) | 2020.07.08 |
[STS] Spring Tool Suite4에서 Legacy Project 생성 (0) | 2020.07.07 |