Investigate distributing native binaries using jpackage #7
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I've heard that it's now possible to package java applications for native use on many platforms. That way you can generate the native files most easy to use by end-users and avoid potentially avoid a hard dependency on a system installation of the JRE by packaging the necessary JRE components with the software.
I have successfully experimented with jpackage but come to the conclusion that bundling the massive runtime environment with the small class files of this program is nonsense.