코딩
[eclipse] can not be resolved to a type 해결방법
way to happiness
2021. 1. 9. 01:04
[Jsp] cannot be resolved to a type 오류해결
웹개발을 진행하다보면 여러가지 오류들이 많이 납니다. 이번 포스팅에서는 String cannot be resolved to a type 라는 오류의 해결방법에 대해 알아보도록 하겠습니다. String cannot be resolved to a type오류..
coding-factory.tistory.com
찾기 전에는 그저 import 문제인 줄 알았는데 build와 관련한 문제도 있었다!(import가 안되도 동일한 오류를 보냄!)
~ cannot be resolved to a type 오류 대처법
뭐.. 딱히 대처법이라고 하기에는 너무 부끄럽지만.... 생성자를 사용할때 클래스명에 오타가 있는 경우 "~cannot be resolved to a type" 오류가 많이 나온다. 어디가나... 오타는 어쩔수 없나보다!!! 참...
linuxism.ustd.ip.or.kr