자바·JSP2013. 8. 19. 13:30

프로젝트들을 셋팅하고 있는데 아래와 같은 에러가 났다.

Access restriction: The type BASE64Decoder is not accessible due to restriction on required library 

확인해보니 이건 로컬 이클립스 셋팅에 나는거지 소스상에 문제는 없다. (rt.jar에 있는 특정 클래스 직접 접근하려고 했을 경우 나는 에러)

 

Window -> Preferences -> java -> Compiler -> Errors/Warnings 들어가서

Deprecated and restricted API 를 활성화 시켜서 Forbidden reference (access rules) 에 Error 로 체크되어 있는걸

Ignore로 바꿔주고 Apply 하면 된다.

Posted by 미랭군