Closed xgp closed 7 years ago
Is it possible, that META-INF/services/java.nio.file.spi.FileSystemProvider
is missing for some reason?
This appears to be a deficiency of running via the mvn exec:java
command, as it works fine via plain old java ...
. Maybe it's a classloading problem with the exec plugin. Anyway, I'm closing it as it doesn't seem like an issue with cryptofs, but the exec plugin.
I created a simple example to try out cryptofs, but it is unable to load the provider:
Here is my pom.xml:
And my src/main/java/Test.java:
And I run it with:
Any ideas? Am I missing something obvious?