Eclipse 错误 : indirectly referenced from required . 类文件?

标签 eclipse intellij-idea

我在 Eclipse 中遇到错误。此错误消息是什么意思:

The type iglu.ir.TermVector cannot be resolved. It is indirectly referenced from required .class files

最佳答案

这意味着:“您使用的类需要另一个不在类路径上的类。”您应该确保(如 Harry Joy 所建议的)将所需的 jar 添加到类路径中。

关于Eclipse 错误 : indirectly referenced from required . 类文件?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5547162/

相关文章:

java - 如何导航到 .java 文件而不是 .class 文件,其中在类路径中指定了源路径?

java - 菜单项的显示/隐藏取决于plugin.xml中的os.name

java - Maven 和 IntelliJ 资源

java - IntelliJ Idea(社区)扫描已关闭文件中的错误

intellij-idea - 如何在我自己的注释中自定义 IntelliJ 提供的值

java - IntelliJ IDEA "SpringIO"项目报告 "unable to make the module..."

android - 我可以使用 Eclipse IDE for Java EE 开发 android 应用程序吗?

java - Xtend 中的类构造函数

android - 错误 : No grammar constraints (DTD or XML schema) detected for the document

Java 源文件在 IntelliJ 中显示为空的反编译类文件