Programing/오류 해결

Multiple markers at this line - The type java.lang.String cannot be resolved. It is indirectly referenced from required .class files - The type java.lang.Object cannot be resolved. It is indirectly referenced from required .class files 에러

- 광속거북이 - 2017. 8. 24. 10:27
반응형
SMALL


파일을 참고해 보려고 import 했더니


첫줄부터


Multiple markers at this line

- The type java.lang.String cannot be resolved. It is indirectly referenced from 

required .class files

- The type java.lang.Object cannot be resolved. It is indirectly referenced from 

required .class files


이런 오류가...





뭔가 가져올 때 프로젝트 왼쪽에 느낌표가 있고


오류가 나 있으면 Build Path 에 문제가 있었던 기억이 있어서 들어가 보니




jre 파일이 안잡힌 것으로 보인다.


저걸 더블클릭을 해주면



jre 파일에 아무것도 안 잡힌 것을 볼수 가 있다.




default JRE 로 바꿔주고 Finish



그럼 jre 파일이 생기고 오류가 사라진 것을 확인가능


이제 Apply > OK 눌러주면


오류가 사라진 것을 볼수 있다.




반응형