#JDK22 contains the final version of the Foreign Function & Memory API (#JEP454). Being a modern successor to #JNI, it allows cool stuff like building Java wrappers arounds C libraries.

We did just that and are proud to announce the first production-ready version of #jFUSE, allowing you to develop #FUSE filesystems in #Java. It is module-ready, multi-platform, thoroughly tested by @cryptomator and thanks to the FFM API requires no further dependencies.

https://github.com/cryptomator/jfuse

GitHub - cryptomator/jfuse: Experimental panama-based Java bindings for FUSE

Experimental panama-based Java bindings for FUSE. Contribute to cryptomator/jfuse development by creating an account on GitHub.

GitHub