libfuse
needs to be installed.
sudo apt-get install libfuse-dev
osxfuse
needs to be installed.
brew install --cask osxfuse
A library implementing the fuse API needs to be installed and the library path must be set via the jnr-fuse.windows.libpath
system property.
If the system property is not set, jnr-fuse falls back to winfsp
, if it is installed.
choco install winfsp
- If you see the
service java has failed to start
error or corrupted file names/content, setting the explicit file encoding-Dfile.encoding=UTF-8
might help.