Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我突然遇到以下问题:它无法从依赖项中识别某些类文件。 截屏
认为这是因为我的安装,我重新安装了从 Java 到 Maven 插件的所有内容,并尝试从一个干净的项目编译和运行 SimpleExample。给出以下结果:屏幕截图和以下异常:屏幕截图
您的项目缺少rinsim-coregroupId的依赖项com.github.rinde。
rinsim-core
com.github.rinde
检查dependency:list它是否存在。如果没有,请添加它。
dependency:list
如果它已经存在,请尝试在 eclipse 之外编译项目。安装命令行 maven,导航到目录,执行mvn clean package并报告您在此答案下作为评论收到的任何错误。
mvn clean package