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
As the packages are still very big, I've already looked into using Java Modules, based on this, a custom JRE can be created with the currently used tool jpackage, only with the necessary module dependencies. Unfortunately, I wasn't successful yet in changing the project to a Module.
As the packages are still very big, I've already looked into using Java Modules, based on this, a custom JRE can be created with the currently used tool
jpackage
, only with the necessary module dependencies. Unfortunately, I wasn't successful yet in changing the project to a Module.There seems to be more stuff going on regarding packaging: https://cr.openjdk.org/~jiangli/hermetic_java.pdf
Also check https://www.hydraulic.dev/
Related to #1.
The text was updated successfully, but these errors were encountered: