Access restriction : The type BASE64Decoder is not accessible due to restriction 在java中,用到了BASE64Decoder,但一直报错: The type BASE64Decoder is not accessible due to restriction on required library C:/pro../jre/rt.jar。 在网上找到解决办法: 删掉buildpath中的JRE System Library,在重新添加,就ok了。