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.
如何使用 IntelliJ idea 密封 jar 文件?
我相信它是用 jar cmf 命令制作的,但是如何在 IntelliJ 中实现呢?
它是jar cmf。通过使用m,您可以传递一个清单文件。要密封一个罐子,您的清单文件必须包含该行Sealed: true。有关详细信息,请参阅在 JAR 文件中密封包。查看此博客,了解如何在 IntelliJ 中创建带有自定义清单的 jar。
jar cmf
m
Sealed: true