原文:Using FUSE library with Java; trying to replicate hello.c example
I am trying to create bindings to the FUSE library using JNA, but I have hit a snag along the road. I have minimized the code as much as possible to make it digestible here. The FUSE library comes ...