-
Notifications
You must be signed in to change notification settings - Fork 2
Java JNI wrapper for lowlevel FUSE.
License
cbrumgard/jFUSE-ll
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Author: Christopher Brumgard (chris.brumgard@gmail.com) INTRODUCTION ------------ Provides a Java JNI wrapper to the lowlevel FUSE interface for writing a FUSE file system in Java. After compiling the package, this package produces a jar file called JFUSE.jar and the JNI native library, libjfuselib.{so,dylib} REQUIREMENTS ------------ Recent Linux or Mac Linux FUSE >= 2.6 (2.9 for splice interface) Fuse4X (Mac os x) Java >= 6 Cmake >= 2.6 INSTALLATION ------------ set JAVA_HOME to the java installation directory if cmake ca n't find it with the FINDJava.cmake module cd src cmake . make Copy JFUSE/lowlevel/JFUSE.jar and JFUSE/lowlevel/lib/libjfuselib.so to the dependencies directory for your filesystem implementation. Make sure that JFUSE.jar is included in the java classpath and the location of libjfuselib.so is given to java with -Djava.library.path=<path-to-library>.
About
Java JNI wrapper for lowlevel FUSE.
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published