操作
对项目右击--->build path--->configure build path--->
选中默认jre
OK,操作完毕,
import sun.misc.BASE64Decoder;import sun.misc.BASE64Encoder;
就可以导入对应的jar包了。
BASE64Decoder BASE64Encoder jar包问题
原文:https://www.cnblogs.com/c-h-y/p/9245052.html