Should we build jrt-fs.jar again with the "Build JDK" ?
Alan Bateman
Alan.Bateman at oracle.com
Fri Sep 15 08:16:54 UTC 2023
On 15/09/2023 09:09, Andrew Leonard wrote:
> Hi,
>
> jrt-fs.jar is the only jar that is not built (or re-built) with the
> "Build JDK", and I was wondering why?
>
The JAR file contains the "jrt" file system provider for the runtime.
IDE or other tools running on JDK 8/11/etc. need to be able to create a
FileSystem to access the classes/resources in the run-time image. These
classes are loaded from that JAR file.
-Alan
More information about the core-libs-dev
mailing list