缩小 jar 及其依赖项

发布于 2024-10-29 20:10:57 字数 216 浏览 1 评论 0原文

我有一堆罐子,分别是a.jar、b.jar、c.jar、d.jar。 a.jar 正在使用剩余的 jar。我在 a.java 中使用 Test.java,其余的 jar 由 a.java 使用。

我想制作一个小罐子,其中只包含必要的课程。实际上我注意到了 jarjar 工具,但它的文档并不闪亮。

顺便说一句,我没有使用maven。

有什么帮助吗?

谢谢

I have a bunch of jars as a.jar, b.jar, c.jar, d.jar. a.jar is using remaining jars. I am using Test.java in a.java and remaining jars are used by a.java.

I would like to make a tiny jar which is including only necessary classes. Actually I have noticed jarjar tool, but its documentation is not shiny.

By the way, I am not using maven.

Any help?

Thanks

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

不再让梦枯萎 2024-11-05 20:10:57

尝试ProGuard。从他们的网站:

ProGuard 是一个免费的 Java 类文件压缩器、优化器、混淆器和预验证器。它检测并删除未使用的类、字段、方法和属性。它优化字节码并删除未使用的指令。它使用简短的无意义名称重命名其余的类、字段和方法。最后,它预验证 Java 6 或 Java Micro Edition 的处理代码。

Try ProGuard. From their website:

ProGuard is a free Java class file shrinker, optimizer, obfuscator, and preverifier. It detects and removes unused classes, fields, methods, and attributes. It optimizes bytecode and removes unused instructions. It renames the remaining classes, fields, and methods using short meaningless names. Finally, it preverifies the processed code for Java 6 or for Java Micro Edition.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文