Error message when the module jdk.zipfs is not available is not clear

Remi Forax forax at univ-mlv.fr
Sun Dec 4 16:07:16 UTC 2016


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



More information about the jigsaw-dev mailing list