Skip to content
Advertisement

Tag: jimfs

Provider not found exception when creating a FileSystem for my zip?

I have created a Zip file on a JimFS FileSystem instance. I would now like to read the Zip using the Java FileSystem API. Here is how I create the FileSystem: However, this throws an error: java.nio.file.ProviderNotFoundException: Provider not found Interestingly, the code works with the default FileSystem. What does this error mean? How should I create my Zip FileSystem?

Advertisement