Access restriction: The field SC_OK from the type HttpServletResponse is not accessible due to restriction on required library D:\Program Files\Java\jre6\lib\ext\servlet-api.jar
Access restriction: The field SC_OK from the type HttpServletResponse is not accessible due to restriction on required library D:\Program Files\Java\jre6\lib\ext\servlet-api.jar
.........
Access restriction: The method println(String) from the type JspWriter is not accessible due to restriction on required library D:\Program Files\Java\jre6\lib\ext\jsp-api.jar
Access restriction: The method println(String) from the type JspWriter is not accessible due to restriction on required library D:\Program Files\Java\jre6\lib\ext\jsp-api.jar
미친듯한 에러들;;-0-;; JSP관련한 모든 함수가 에러가 떴다;;
첨엔 링크가 잘못된줄 알았다. jsp-api.jar servlet-api.jar 를 못 읽으면 그런다길래 봤지만 path는 잘걸려 있었다.;;
뒤적뒤적 거리다가 결국 이클립스 에러인것이였다. (정확히는 인식을 못하기 때문에 에러를 발생한것이다.)
이 에러가 없어야 실행이 되기 때문에 에러를 맞는것으로 인식시켜주면 된다.
1. windows->Preferences 클릭
2. Java->Compiler->Errors/Warnings->Depercated and restricted API->Forbidden reference(access rules); 을 Warning 나 ignore 로 골르면 해결된다.
'web > JSP' 카테고리의 다른 글
ORA-00911: invalid character , java.sql.SQLException: ORA-00911: 문자가 부적합합니다, 에라 발생 = ORA-00911: 문자가 부적합합니다 (4) | 2010.09.11 |
---|---|
이클립스 JSP 디버깅~ (0) | 2010.09.09 |
MVC model 2 구조 (0) | 2010.09.07 |
MVC model 1 구조 이해를 위한 간략한 그림! (0) | 2010.09.06 |
이틀동안 공부한 CSS 어렵당~ (0) | 2010.09.01 |