java

[jstl] 오류 에러 버그 was not found on the Java Build Path

김도롱 2022. 8. 1. 16:29

Multiple annotations found at this line:
- The tag handler class for "c:import" (org.apache.taglibs.standard.tag.rt.core.ImportTag) 
 was not found on the Java Build Path
- The tag handler class for "c:import" (org.apache.taglibs.standard.tag.rt.core.ImportTag) 
 was not found on the Java Build Path

 

 

(org.apache.taglibs.standard.tag.rt.core.ImportTag) 
 was not found on the Java Build Path

 

Multiple annotations found at this line:
- The tag handler class for 

 

 

 

The tag handler class for "c:import" (org.apache.taglibs.standard.tag.rt.core.ImportTag) was not found on the Java Build Path

 

The tag handler class for 

(org.apache.taglibs.standard.tag.rt.core.ImportTag) was not found on the Java Build Path

 

오류는 실행은 정상적으로 되나 이클립스상에서 노란줄이 뜨는 것 .. 

 

간단하게 

taglib 부분을 띄어쓰기했다가 저장 한 번 하고 다시 지우고 저장 한 번 하고 정도의 작업만 해주면

정상적으로 이클립스에서 인식해서 노란줄이 사라진다. 

 

 

< 증상 예제 > 

 

 

 

 

 

<해결법>

 

쉽게 생각해서 그냥 한 번 쿡 찔러 주는 것 같은 .. !

이클립스야 여기 체크 좀 해라 ... 같은 것 ..