You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The methods of distributing the bootstrapper may be able to be replaced with jpackage. As far as I know, jpackage will not be an incubating feature in Java 17 meaning that in production you will likely need Java 17 to use jpackage. It became an incubating feature in Java 14. https://github.com/SKCraft/Launcher/wiki/Configuring-Self-Update#distributing-executables
Yes, jpackage and jmods are an interesting feature that might help with app distribution, since it allows you to bundle the required bits of the JRE with the app and create installable app images. I am looking into this already but it will probably take a while to actually be implemented.
The methods of distributing the bootstrapper may be able to be replaced with jpackage. As far as I know, jpackage will not be an incubating feature in Java 17 meaning that in production you will likely need Java 17 to use jpackage. It became an incubating feature in Java 14.
https://github.com/SKCraft/Launcher/wiki/Configuring-Self-Update#distributing-executables
More info here:
https://www.baeldung.com/java14-jpackage
The text was updated successfully, but these errors were encountered: