In the context of hermetic java, the effort to enable single executable java application, support of static linked java launcher is being integrated into mainline.
To enable jlink to produce a single executable, we will need to have required static library be included in jmod files, so jlink can retrieve those static libraries and perform link to produce requested binaries.
To enable jlink to produce a single executable, we will need to have required static library be included in jmod files, so jlink can retrieve those static libraries and perform link to produce requested binaries.