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()
The program runs without any problem when i execute it
directly with run button in intellij Idea
. But when i export a jar file usingartifacts
then this problem appearsjava.nio.file.ProviderNotFoundException: Provider "memory" not found
I'm using version2.1.0
onWindows OS
Using these methods:
MemoryFileSystemBuilder.newWindows().build()
MemoryFileSystemBuilder.newEmpty().build()