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 文件时 - 一切都很好。
提取 jar(使用 jar -xf)并再次归档 - 由于包名称不正确,应用程序无法运行。
我将 jar 文件重命名为 .zip - 我看到包的名称是“pack1”而不是“Pack1”。我注意到当使用 jar -xf 提取 jar 文件时,这个包的目录不正确。
使用反编译器(jd-gui)打开 jar 文件会显示正确的名称(“Pack1”)。
有人可以帮我理解这个问题吗?
谢谢。
您使用什么操作系统?如果是 Windows,它是否处理长文件名?