Notice
Recent Posts
Recent Comments
Link
«   2025/07   »
1 2 3 4 5
6 7 8 9 10 11 12
13 14 15 16 17 18 19
20 21 22 23 24 25 26
27 28 29 30 31
Archives
Today
Total
관리 메뉴

개발 블로그

이클립스 cannot be resolved to a type 에러 본문

코딩

이클립스 cannot be resolved to a type 에러

Jade_ 2021. 8. 19. 01:23

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

이렇게 해봐도 안돼서 

댓글에 org폴더를 src폴더로 넣으라는 댓글을 보고 일단 해결함... 

 

 

'코딩' 카테고리의 다른 글

JSP / querystring &위치 주의  (0) 2021.12.11
8강 변수  (0) 2021.08.19
6강 문자열의 표현, 문자열 다루기  (0) 2021.08.18
생활코딩 WEB2 CSS  (0) 2021.04.21
생활코딩 WEB1-HTML 부록 정리  (0) 2021.04.19
Comments