본문 바로가기

Information Technology/Spring Framework

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


import sun.misc.BASE64Decoder;
import sun.misc.BASE64Encoder;

 

를 사용하려고 하는데 다음과 같은 메시지가 이클립스 화면에 보였다.

 

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

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

 

이 문제는 네이버의 검색을 통해 다음과 같이 해결하였다.

 

이클립스 환경설정을 열어 아래와 같이 설정한다.

Windows - Preferences

 

 

 

Apply 를 누르고 OK를 누르면

코드상의 에러표시부분이 경고표시로 바뀌었음을 확인할 수 있다.

 



출처 : http://vicki.tistory.com/564

'Information Technology > Spring Framework' 카테고리의 다른 글

WAR (Web Application aRchive)  (0) 2011.06.07
ANT 사용법  (0) 2011.06.07
ANT 귀한 팁들.. [펌자료]  (0) 2011.06.07
전자전부 프레임워크 공통컴포넌트  (0) 2011.04.03
@mvc의 modelMap 사용  (0) 2011.03.29