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.
我有一个小程序,我们称之为 A.jar
在 A.jar/META-INF/MANIFEST.MF 我用以下行引用 B.jar:
类路径:B.jar
但是,我的问题是只有 A.jar 被缓存,即使 B.jar 显示在 Java Cache Viewer 中,如下所示:
这一切都是在我使用这行代码进行缓存时发生的:
cache_archive = "A.jar,B.jar"
而且我的缓存磁盘空间设置为最大!可能出了什么问题?