`
xinklabi
  • 浏览: 1586925 次
  • 性别: Icon_minigender_1
  • 来自: 吉林
文章分类
社区版块
存档分类
最新评论

Access restriction: The type * is not accessible due to restrict(受规则限制无法访问java类)

    博客分类:
  • Java
 
阅读更多

使用System.out.println(java.util.Arrays.asList(sun.misc.Launcher.getBootstrapClassPath().getURLs()).toString());打印引导类加载器加载类路径时,报"Access restriction: The method getBootstrapClassPath()...",意思就是这个方法受规则限制,无法访问。之后用了下面第三种方案得到了解决。

 

解决方案1:

Eclipse 默认把这些受访问限制的API设成了ERROR。
Windows -> Preferences -> Java -> Compiler -> Errors/Warnings ->
Deprecated and trstricted API -> Forbidden reference (access rules): -> change to warning

解决方案2:
只需要在project build path中先移除JRE System Library,再添加库JRE System Library,重新编译后就一切正常了。

解决方案3:

工程上右键->工程属性->java builder path->Libraries标签,点击JRE System Library里面的Access rules,add sun/** 为accessible,如果该项存在,就edit。

解决方案4:

Windows -> Preferences -> Java -> Installed JREs -> 选择用的JDK -> Edit -> Add External JARs

分享到:
评论

相关推荐

    import com.sun.image.codec.jpeg.JPEGImageEncoder;包的下载

    Access restriction: The type JPEGImageEncoder is not accessible due to restriction on required library C:\Java\jre1.6.0_07\lib\rt.jar 此时解决办法: Eclipse默认把这些受访问限制的API设成了ERROR。只要...

    sun.misc.base64decoder.jar下载

     Access restriction: The type BASE64Decoder is not accessible due to restriction on required library C:\Program  files\java\jre6\lib\rt.jar  Access restriction : The constructor BASE64Decoder() is ...

    解决eclipse导入rt包问题

    然而,在使用Eclipse开发环境中导入这两个类时,可能会遇到访问限制错误:“Access restriction: The type JPEGImageEncoder is not accessible due to restriction on required library C:\Java\jre1.6.0_07\lib\rt...

    eclispe错误

    我们看到 "Access restriction:The type JPEGCodec is not accessible due to restriction on required library C:\Program Files\Java\jre6\lib\rt.jar",这表明你尝试访问的 `JPEGCodec` 类受到了限制,无法在当前...

    高考英语3500单词第41讲(单词速记与拓展).pdf

    - **restrict**:动词,限制;约束;限定 #### 4. result - **词性**:名词/动词 - **意义**: - **n.** 结果,效果 - **v.** 起因,由于,以...为结果,导致 - **构词解析**:`re-`(向后, 返回) + `sult`(跳) ...

    BZT52C18S-7-F_datasheet.eeworld.com.cn.pdf

    - **Part Mounted on FR-4 PCB:** The specified thermal resistance assumes the diode is mounted on an FR-4 PCB with the recommended pad layout. Refer to the manufacturer's website for detailed pad ...

    java识别验证码.docx

    Access restriction: The type JPEGImageEncoder is not accessible due to restriction on required library C:\Java\jre1.6.0_07\lib\rt.jar ``` **解决方案:** 1. **调整Eclipse配置**:Eclipse默认将这些受...

    Eclipse中设置jar的访问受限设置

    例如,当尝试导入一个项目时,可能会出现以下错误提示:“Access restriction: The type And is not accessible due to restriction on required library C:\Program Files (x86)\Java\jdk1.5.0_09\jre\lib\rt.jar”...

    Infineon-BTS7008-2EPA-DS-v01_12-EN.pdf

    The BTS7008-2EPA is designed to provide comprehensive protection and diagnostic features, making it ideal for applications requiring high reliability and performance. Its integration into SMART7 ...

    protege3.1举例说明

    - **创建限制**:使用“Create restriction”添加限制条件,如allValuesFrom限制,规定某个属性的值必须属于特定类。 7. **实例化**: - **Individuals**:在本体中可以创建个体,代表具体的实例,如创建一个...

    常用生物软件.pdf

    - **RESTRICTION ANALYSIS**:分析限制酶消化反应。 - **Sequencher**:装配DNA片段,创建连续序列。 3. **序列查看与编辑**: - **ABIView**和**Chromas**:用于ABI格式文件的查看和编辑。 - **Sequence ...

    http403常见问题总结

    - **403.15 - Forbidden: Client access licenses have exceeded limits on the Web server**:禁止:客户端访问许可证超出 Web 服务器上的限制。 - **403.16 - Client certificate is untrusted or invalid**:...

    简单的Java照相机源码

    * restriction, including without limitation the rights to use, copy, modify, merge, publish, * distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the * ...

    base64转换遇到问题解决方法

    1. Access restriction:在Eclipse中编写Java代码时,使用了BASE64Decoder,但Eclipse提示:Access restriction : The type BASE64Decoder is not accessible due to restriction on required library C:\Program ...

    Outlook Express 错误代码表

    - **含义**:收件人地址被拒绝,转发访问被禁止。 - **解决方法**:确认是否有权限向该地址转发邮件。 #### 二、Outlook Express 错误代码 除了服务器响应错误码之外,在使用Outlook Express的过程中,还可能会...

    primer5.0的使用

    - **Restriction Enzyme Analysis 限制性内切酶分析窗口:** 显示所有潜在的酶切位点,并提供详细的酶切方案。 - **Restriction Sites 酶切位点窗口:** 列出每个酶的切割位点及其对应的序列。 - **Edit Enzyme 限制...

Global site tag (gtag.js) - Google Analytics