菜单:Windows – Preferences,找到General – Workspace,在Text file encoding中可把缺省编码改为UTF8或者其他。
分类目录归档:开发
sun.misc.BASE64Encoder找不到的解决方法
项目中右键 – Build path – Configure build path,在打开的窗口中,切换到Library页签,打开其中的JRE System Library,双击其下的Access Rules,添加一条:Resolution为:accessible,Rule pattern为:sun/misc/*的规则即可。如有其它以此类推。