gpt4 book ai didi

java - 在 eclipse 中的项目中导入 .class 文件时出现错误

转载 作者:行者123 更新时间:2023-11-30 04:12:33 25 4
gpt4 key购买 nike

我做了一个java项目。它有依赖性。我有类(class)文件。所以我做了一个类文件夹并将所有类文件放入该文件夹中,然后将该文件夹添加到我的项目中。所有依赖项均已删除。但我认为类文件也有匿名类。所以我在那一行遇到了错误。这是我的项目结构

Error

我收到的错误是

The project was not built since its build path is incomplete. Cannot find the class file for com.suprema.ufe33.UFScannerClass$UFS_SCANNER_PROC. Fix the build path then try building this project

The type com.suprema.ufe33.UFScannerClass$UFS_SCANNER_PROC cannot be resolved. It is indirectly referenced from required .class files

如何解决这个错误?

谢谢

最佳答案

我认为问题在于您在 classes/ 文件夹中创建的文件夹结构与您引用的类的包名称不完全匹配。检查ufe33的大小写。

顺便说一句,使用此类依赖项的 JAR 通常比使用 .class 文件的文件夹更好/更容易。

关于java - 在 eclipse 中的项目中导入 .class 文件时出现错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19272373/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com