文件大小 | 8KB | 更新时间 | 2017年03月30日 | |||
授权方式 | 免费软件 | 软件语言 | 简体中文 | |||
当前版本 | 系统要求 | Win2003/WinXP/Win7/Win8/Win10/WinAll | ||||
开发商 | 0 | 官方网站 | 暂无 |
sun.misc.base64decoder.jar是一个重要的jar包程序,本包用于java的项目开发,部分java程序会使用到sun.misc.base64decoder.jar包,需要sun.misc.base64decoder.jar可以在本页面下载。常见问题
sun.misc.base64encoder找不到jar包的解决方法?
1.右键项目-》属性-》java bulid path-》jre system library-》access rules-》resolution选择accessible,下面填上** 点击确定即可!!!
2.在myeclipse中编写java代码时,用到了base64decoder,import sun.misc.base64decoder;可是eclipse提示:
access restriction: the type base64decoder is not accessible due to restriction on required library c:program
filesjavajre6librt.jar
access restriction : the constructor base64decoder() is not accessible due to restriction on required library c:program filesjavajre6librt.jar
解决方案1(推荐):
只需要在project build path中先移除jre system library,再添加库jre system library,重新编译后就一切正常了。
解决方案2:
windows -> preferences -> java -> compiler -> errors/warnings ->
deprecated and trstricted api -> forbidden reference (access rules): -> change to warning
内部预览