On Thu, 24 Feb 2022 17:01:13 GMT, Roger Riggs <rri...@openjdk.org> wrote:

> Javac is compiling the source to a .class file. The contents of the 
> `java.library.path` do not affect the class file generated. None of the code 
> of the class is executed during compilation.

Yup. Not the best snippet to include. It is set while calling the jvm as well.

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

PR: https://git.openjdk.java.net/jdk/pull/7574

Reply via email to