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

    今天在写一个WebService程序时,用到了sun.misc.BASE64Encoder().encode(baos.toByteArray()); 但遇到了一个错误:

Access restriction: The type BASE64Encoder is not accessible due to restrict on required library  java/lib/rt.jar。

导入了这个jar可是还是不行,于是查了一下,解决方法是在project的build path里先删除JRE System Library,然后再添加一遍,就好了。

我也不知道为什么这么做,求大神解释~~

你可能感兴趣的:(webservice,System,Access,Build,Path,library)