marschall / memoryfilesystem

An in memory implementation of a JSR-203 file system
282 stars 36 forks source link

Provider "memory" not found #123

Closed legobyte closed 3 years ago

legobyte commented 4 years ago

The program runs without any problem when i execute it directly with run button in intellij Idea. But when i export a jar file using artifacts then this problem appears java.nio.file.ProviderNotFoundException: Provider "memory" not found I'm using version 2.1.0 on Windows OS

Using these methods: MemoryFileSystemBuilder.newWindows().build() MemoryFileSystemBuilder.newEmpty().build()

marschall commented 4 years ago

What do you mean with

But when i export a jar file using artifacts

marschall commented 3 years ago

Closing because of lack of feedback. Please feel free to provide additional information and re-open the issue.