原文:Eclipse 編譯錯誤 Access restriction: The type 'JPEGCodec' is not API (restriction on required library 'C:\Program Files\Java\jre7\lib\rt.jar')

解決方案: Project gt Properties gt Java Build Path gt libraries,先 remove 掉 JRE System Library,然后再 Add Library 重新加入。 ...

2016-08-19 14:56 0 1819 推薦指數:

查看詳情

Access restriction: The type 'Unsafe' is not API

錯誤Access restriction: The type 'Unsafe' is not API Eclipse中有一種叫做存取限制的機制,來防止你錯誤使用那些非共享的API。通常來說,Eclipse做的是對的,因為兩點,我們不想要使用非共享API的,而且Eclipse知道什么是共享的和非 ...

Thu Apr 18 07:33:00 CST 2019 0 479
 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM