It is indirectly referenced from required .class file
錯誤提示: It is indirectly referenced from required .class file 錯誤的解決
原因:你正要使用的類呼叫了另一個類,而這個類又呼叫了其他類,這種關係可能會有好多層。而在這個呼叫的過程中,某個類所在的包的缺失就會造成以上那個錯誤。
解決方法:匯入缺失的包
[@more@]來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/106943/viewspace-905753/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- The type XXX cannot be resolved.It is indirectly referenced from required .classUI
- "_OBJC_CLASS_$_XXX", referenced from:OBJ
- _OBJC_CLASS_$_某檔名", referenced from:的問題OBJ
- "_dns_free_resource_record", referenced from:問題DNS
- Newline required at end of file but not foundUI
- R安裝package報ERROR: a 'NAMESPACE' file is requiredPackageErrornamespaceUI
- Export/import Datas To/from a Csv FileExportImport
- Move datafile:From File System to ASMASM
- Move datafile:From ASM to File SystemASM
- How to Convert Class File to Java File Online?Java
- 一文理解class.getClassLoader().getResourceAsStream(file)和class.getResourceAsStream(file)區別
- Non-static method 'save(java.long.Object)' cannot be referenced from a static context.JavaObjectContext
- Unreal: Dynamic load map from Pak fileUnreal
- Catalog archivelog from file system to Asmdg;HiveASM
- Unload data to a flat file from Oracle databaseOracleDatabase
- ScalaSigParserError: Unexpected error: Not a valid class fileError
- 高手sos!!! Unable to load document from file...
- /usr/share/mysql/czech/errmsg.sys from *** conflicts with file from package **MySqlPackage
- The entity "nbsp" was referenced, but not declared
- 錯誤:Dx unsupported class file version 52.0(解決)
- How to copy a datafile from ASM to a file system not using RMANASM
- Program Units and Referenced Objects (244)Object
- Session State and Referenced Packages (246)SessionPackage
- FROM ASM Migrating to FILE SYSTEM Using RMAN(三)ASM
- 原創:java.lang.UnsupportedClassVersionError: Bad version number in .class fileJavaError
- No virtual method setOutputFile Ljava/io/File V in class Landroid/media/MediaRecorderJavaAndroid
- Decomplied class file,bytecode version 52 0(Java 8)Java
- 【Coursera GenAI with LLM】 Week 3 Reinforcement Learning from Human Feedback Class NotesAI
- Unable to read TLD "META-INF/c.tld" from JAR fileJAR
- ORA-01152: file 1 was not restored from a sufficiently old backupREST
- java.lang.IllegalArgumentException: Unsupported class file major version xx解決之道JavaException
- xtts from檔案系統到ASM儲存(dbms_file_transfer)TTSASM
- [Util] can not load library from so file +++ errCode:10004
- IMPSHOW2SQL - Extracting SQL from an EXPORT file (Doc ID 29765.1)SQLExport
- TECH: Getting a Stack Trace from a CORE file on Unix (Doc ID 1812.1)
- 遭遇ORA-01152: file 1 was not restored from a sufficiently old backupREST
- Missing required icon file. The bundle does not contain an app icon for iPhone / iPod Touch of ex...UIAIAPPiPhone
- TypeError: Cannot read private member xxx from an object whose class did not declare itErrorObject