Open
Description
Hello,
I cannot find docs/other issues on this topic, so I considered using a new issue.
In recent versions of Java, tools likeJava modules and jlink
made it extremely easily to build tailor-made JREs that select only the parts of the JDK that are used by the target Java library.
I was thinking that it would be really cool if there was a way to use that JRE, to avoiding completely the extra step for the user of installing and switching to the appropriate version of the JDK.
Why is this not possibile? Are there known challenges in that?
Activity