Coding-Study/WEB ERROR
[STS] 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 해결
jainn
2021. 11. 4. 21:44
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
위와 같은 오류가 생겼다.
검색해보니, 설치된 JDK를 인식하지 못해서 생기는 오류라고 한다.
괜히 복사했어.....
문제가 되는 프로젝트 오른쪽 마우스 클릭 - [properties] - [Libraries]
기존에 문제가 있던 JRE 라이브러리를 누르고 Edit

알맞은 버전으로 바꾼 후 Finish

Apply and Close 하면 끝 !!!
문제가 해결되었당
휴휴휴휴휴~~~~~~~~~~~~~~~~~~~~~
반응형