♣ Tech & Biz Salon/Tech

이클립스 에디터 에러메시지 - javax.servlet.jsp.JspException

TasteGod 2012. 11. 15. 12:09

잘못된 구문이 아닌데도 

구문 에러 표시가 되어있다고 에러 으면 보기에 깔끔하지 않다.


JSP 파일의 JSTL 구문쪽에 그런 것이 있었다.

javax.servlet.jsp.JspException


* 처리 방법

You can also add the target run-time and eclipse will automatically add that library to your class-path:

Project -> Properties -> Targeted Runtimes 

And select your server.


* 참고 URL : http://stackoverflow.com/questions/3789886/mysterious-eclipse-jsp-validation-errors