Upplication / Amazon-S3-FileSystem-NIO2

An S3 File System Provider for Java 7
MIT License
122 stars 67 forks source link

META-INF/services/java.nio.file.spi.FileTypeDetector references non-existing class #78

Closed sbeimin closed 6 years ago

sbeimin commented 7 years ago

src/main/resources/META-INF/services/java.nio.file.spi.FileTypeDetector points the File type detection system of NIO to the class com.upplication.s3fs.util.FileTypeDetector which does not exist.

febner commented 6 years ago

+1

ghost commented 6 years ago

java.nio.file.Files.probeContentType results in java.lang.NoClassDefFoundError: Could not initialize class java.nio.file.Files$FileTypeDetectors

Gilis95 commented 6 years ago

Yes, same here...

jarnaiz commented 6 years ago

I am currently working on this issue and on other old ones too!

jarnaiz commented 6 years ago

Hello,

I remove the src/main/resources/META-INF/services/java.nio.file.spi.FileTypeDetector so the problem must be solved

Thanks for the feedback!