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.
我有一个包含在项目构建路径中的 jar 文件。它包含一个名为 aaf.class 的类文件。类文件显然包含 aaf 类的定义。当我尝试在我的 java 文件中导入 aaf时,它说
导入aaf无法解析
有谁知道为什么会发生这种情况,因为我确信它在构建路径上?我以前从未见过这种情况。
把它放在你的类路径中。那应该可以解决问题。
假设完全限定的包名称是aaf.class您不能从默认包导入。就那么简单。
aaf.class