TEAM PROJECT
23.07.21 / [Spring boot] 스프링부트 Multiple markers at this line 에러 (JDK 인식 불가능)
낫쏘링
2023. 7. 21. 02:09
728x90
Multiple markers at this line
- The type java.lang.Object cannot be resolved. It is indirectly referenced from required .class files
- The type java.lang.String cannot be resolved. It is indirectly referenced from required .class files
프로젝트 파일을 실행하니 이런 에러가 발생하면서 실행이 되지 않았다.
다른 팀원들에게 실행해보라고 해보니 정상적으로 실행되는 것을 확인했다.
1. Project 마우스 오른쪽 버튼 - Properties - Java Build Path - Libraries - Add Library
2. JRE System Library
3. Installed JREs...
4. jre 다시 연결
이후 다시 실행하니 정상적으로 연결되는 것을 확인했다.
728x90