On Tue, 10 Dec 2024 16:07:00 GMT, Alexey Semenyuk <asemen...@openjdk.org> wrote:

> Will changing `requires jdk.jlink;` to `requires static jdk.jlink;` let 
> include `jdk.jpackage` without `jdk.jlink`?

That would only make sense if jpackage can work without jlink, meaning all the 
options for creating a run-time image would only be supported if the run-time 
image contains jdk.jlink and jpackage is run with -J-add-modules=jdk.jlink, 
don't think anyone would want that.

-------------

PR Comment: https://git.openjdk.org/jdk/pull/22644#issuecomment-2532198615

Reply via email to