https://coding-factory.tistory.com/6
[IDE] 이클립스(Eclipse) cannot be resolved to a type 오류해결
웹개발을 진행하다보면 여러가지 오류들이 많이 납니다. 이번 포스팅에서는 String cannot be resolved to a type 라는 오류의 해결방법에 대해 알아보도록 하겠습니다. String cannot be resolved to a type오류..
coding-factory.tistory.com
Random cannot be resolved to a type
오류내용 :
Multiple annotations found at this line:
- Random cannot be resolved to
a type
cannot be resolved to a type 해결 방법
:
프로젝트 우클릭 > build path > configure build path
삭제했다가 다시 Add Libary 해주기
그래도 안됬음
-->
https://coding-factory.tistory.com/717
[IDE] 이클립스 프로젝트에 라이브러리 추가하기 +(cannot be resolved to a type 해결)
가끔가다 위와 같이 클래스에 cannot be resolved to a type이라는 오류메시지를 보신적이 있으실겁니다. 이 경우 대부분 프로젝트내에 라이브러리가 추가되지 않아서 생기는 문제입니다. JDK내부에 있
coding-factory.tistory.com
프로젝트에 라이브러리 추가하는 방법.