I can't help you with the Obj-C bit, but if you are looking for a straight Java -> C binding check out:
http://github.com/dtrott/fuse4j I still have two issues on mac: + Only supports JDK 1.5 + I don't have a good way of disabling extended attributes at the moment (you have to implement support in your Java FS - return 0 not ENOTSUP). Dave. On Jul 2, 11:59 pm, KO <[email protected]> wrote: > Hello, I am hoping to write a MacFUSE Userspace FS in Java. I have > written a basic Read/Write MacFUSE FS in Obj-C and have written > applications in Java, however I cannot figure out how to bridge the > two. My major hurdle is method definitions. > > Does anybody have a sample Java implementation of MacFUSE that I may > use as a starting point? I just need to figure out how to hook into > the Objective-C delegate so that my methods get called. > > Thanks, > KO --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "MacFUSE" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/macfuse?hl=en -~----------~----~----~----~------~----~------~--~---
