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 源导入其所需类的程序。
但是,我还解压缩了上述 .jar 源,以便搜索其文件目录以收集类名以获取同一程序中的列表。
问题是类 ** 在类路径中出现不止一次,这是因为它同时在 bin 和作为库中。我需要这两个元素来实现单独但同样的代码功能。
我发现删除 .jar 源的文件目录可以解决问题,但是我的列表现在是空白的。
有人知道两种方法都可以吗?
根据您在上面的评论中所说的,如果您的包名称以com.somethingfromsourceforge.*then 我将更com.somethingfromsourceforge改为com.hopeless并且应该解决路径问题。试试这个,让我们知道。
com.somethingfromsourceforge.*
com.somethingfromsourceforge
com.hopeless