-
Notifications
You must be signed in to change notification settings - Fork 446
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
question: are jar files compressed? #1046
Comments
Hi. Thanks for your question. native-packager doesn't alter the resulting jars in any way. It takes it as sbt produces them via the @dwijnand may know more about the |
Yeah jar files are glorified zips, so mildly compressed. I did hear a rumour though that there's an alternative, better compression algorithm that was merged into the jdk years and years ago but no-one uses. If better compression is your need, maybe you should look into that claim. |
At the core, do all jars built with |
neither of those tasks are part of
|
Clarification: my goal is to produce the smallest-footprint of working java application (footprint is measured by the size of unpacked tarball content produced by the universal build).
Information
Universal
0.13.x
Windows, Ubuntu
zip tarbals
java (OS independent)
The text was updated successfully, but these errors were encountered: