The error message when the compiler is not able to find the module jdk.zipfs is
not very clear.
compiler.err.no.zipfs.for.archive=\
No file system provider is available to handle this file: {0}
I think it should be changed to:
compiler.err.no.zipfs.for.archive=\
No ZIP file system provider is available to handle this archive: {0}
cheers,
Rémi
