使用JPEGImageEncoder提示Access restriction:錯誤 解決方案
當我們在對圖片進行操作時,需要使用到
JPEGImageEncoder encoder = JPEGCodec.createJPEGEncoder(out);
JPEGEncodeParam jep = JPEGCodec.getDefaultJPEGEncodeParam(tag);
這個時候eclipse會報錯: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,你只要把
Windows-Preferences-Java-Complicer-Errors/Warnings
裡面的Deprecated and restricted API中的Forbidden references(access rules)選為Warning就可以編譯通過了。
相關文章
- Access restriction: The type 'Resource' is not API 解決辦法RESTAPI
- PbootCMS中常見的錯誤提示及其解決方案boot
- TCP網路除錯助手提示錯誤:“1035:未知錯誤” 解決方案TCP除錯
- 平臺配置及測試錯誤提示及解決方案
- [Windows] 解決 COM Surrogate 錯誤提示Windows
- SAP錯誤提示解決辦法
- Eclipse專案樹形列表不提示錯誤解決方案Eclipse
- latex 錯誤以及解決方案
- 解決錯誤:ASP.NET Error: Failed to access IIS metabaseASP.NETErrorAI
- Linux下錯誤解決方案Linux
- Windows git remote: HTTP Basic: Access denied 錯誤解決辦法WindowsGitREMHTTP
- 解決:JPEGImageEncoder編譯問題編譯
- Ubuntu Cannot allocate memory 錯誤解決方案Ubuntu
- ORA-28000錯誤解決方案
- ORA-07445: 錯誤解決方案
- ORA-00054錯誤解決方案(摘)
- Mac提示app損壞、Error,Mac電腦最常見錯誤的解決方案MacAPPError
- Xamarin提示安裝包錯誤解決辦法
- 【python】解決sys:1: DeprecationWarning:錯誤提示Python
- 解決MySQL server has gone away錯誤的解決方案MySqlServerGo
- 用NSZombieEnabled解決惱人的EXC_BAD_ACCESS錯誤
- Win8安裝Office失敗提示錯誤2705的原因及解決方案
- Hadoop常見錯誤及解決方案Hadoop
- HTTP 錯誤 500.21 - Internal Server Error 解決方案HTTPServerError
- MySQL插入資料1366錯誤解決方案MySql
- 開發常見錯誤及解決方案
- MySQL錯誤Incorrect file format解決方案薦MySqlORM
- Java java.lang.ExceptionInInitializerError 錯誤解決方案JavaExceptionError
- DataGuard ORA-10458錯誤解決方案
- informatica SORT_40406 錯誤解決方案ORM
- SQL Server 錯誤程式碼:17058 。解決方案SQLServer
- J2SE - Access restriction: The type XMLSerializer is not API (restriction on required library rt.jarRESTXMLAPIUIJAR
- 印表機提示列印錯誤怎麼解決 印表機狀態錯誤的方法
- Intellij IDEA使用@Autowired註解,出現could not autowire錯誤,解決方案IntelliJIdea
- vagrant homestead 錯誤記錄以及解決方案
- JNI命令列下編譯錯誤解決方案命令列編譯
- ORA-00845的錯誤與解決方案
- Unsupported major.minor version 51.0 錯誤解決方案