eclipse无法编译rt.jar某些类问题

来源:互联网 发布:网红的淘宝店 编辑:程序博客网 时间:2024/05/18 06:25

最近在写一些代码的时候发现如果引用了rt.jar中的某些包例如:

import com.sun.net.httpserver.Headers;

import com.sun.net.httpserver.HttpHandler;


出现错误提示为:Access restriction: The type BASE64Decoder is not accessible due to restriction 
on required library D:/Java/jre/lib/rt.jar 

解决办法如下: 
1. Open project properties. 
2. Select Java Build Path node. 
3. Select Libraries tab. 
4. Remove JRE System Library 一次 
5. 再次 Add Library JRE System Library