Eclipse 실행할 때마다 아래 경고창이 나타났다.
'Send Classpath Notifications' has encountered a problem.
--------------------------------------------------------------------
An internal error occurred during: "Send Classpath Notifications".
org/eclipse/lsp4e/LanguageServers
1. 원인
STS4 설치 완료한 시점에서 해당 에러가 나타난 것 같다.
window - preference - Language Server 내 Spring Boot Language Server들
- Java Source File
- Spring Properties File
- Spring Yaml Properties File
- Spring XML Config File
- Spring Factories File
- Pom Xml
- JPA Named Queries File
위 Language Server의 Content Type의 Enabled에 체크가 되어 있어서 해당 에러가 나타난 것이었다.
2. 해결
1. window - preference
Language Servers - 체크 해제 해야 할 Content Type 확인 - 해당 컨텐츠 Enabled 체크박스 해제
- Java Source File
- Spring Properties File
- Spring Yaml Properties File
- Spring XML Config File
- Spring Factories File
- Pom Xml
- JPA Named Queries File
해당 체크박스 해제 후 다시 Eclipse 재실행 하였는데
더이상 'Send Classpath Notification' 에러 메시지가 나타나지 않았다.
▶ 참고
https://m.blog.naver.com/alucard99/222390635819
[이클립스] 이클립스 최적화2
이클립스 photon J2EE 버전을 기준으로 하나 옛날버전 최신버전 모두 섞어서 다룬다. 따라서 아래 내용...
blog.naver.com
https://github.com/spring-projects/sts4/issues/218
STS4 Java Editor Delays - Classpath Notifications · Issue #218 · spring-projects/sts4
STS4 Version: 4.1.2.RELEASE Build Id: 201902210640 Eclipse Platform 4.10.0.v20181206-0815 Eclipse Java Development Tools 3.16.0.v20181206-1038 When I edit a .java file, after a few seconds my entir...
github.com
'[Etc]' 카테고리의 다른 글
[Window] MySQL 5.7 삭제 후 재설치 (0) | 2024.07.26 |
---|---|
[Window/DBeaver] MySQL Dump 파일 가져오는 방법 (1) | 2024.07.23 |
hELLO Tistory 블로그 스킨 적용하기 (1) | 2024.06.25 |
[Eclipse] SVN 연결 (0) | 2024.06.24 |
[Oracle/DBeaver] ORA-12514 (0) | 2024.06.19 |