EtiennePerot / fuse-jna

No-nonsense, actually-working Java bindings to FUSE using JNA.
http://fusejna.net/
Other
137 stars 43 forks source link

I cann't find the .dll Files When I learn the JNA #40

Closed zhang13579rong closed 10 years ago

zhang13579rong commented 10 years ago

The examples don't include the .dll Files.I am a Java Coder,writing the C++/C and making them to .dll is very hard! Why not provide the .dll Files ? If have ,it is easier to learn the JNA!

EtiennePerot commented 10 years ago

fuse-jna, like its name implies, requires fuse. fuse does not work on Windows, so fuse-jna does not work on Windows either. Therefore, there is no .dll to provide.

Also I'm not sure what you mean by "writing the C++/C and making them to .dll". fuse-jna allows you to write a filesystem using Java code only; there is no C++/C code to write. Check the examples, they're all pure Java code.