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.
我已经下载了 bouncycastle.jar 文件,将 X509Util.class 从私有更改为公共现在我想再次重新创建 jar,如何重新创建 jar。
这取决于它有多复杂。在大多数情况下,您只需重新压缩所有内容并将 zip 文件扩展名重命名为.jar. 如果有清单文件,请务必先包含清单文件。JDK 还提供了一个用于创建 jar 文件的命令行工具。
.jar
如果被修改的代码是签名的,那么用签名重新创建 jar 显然是不可能的。