Java Bindings Status

I was just wondering what the current status is with the Java bindings? Also, is there any documentation/information to review beyond what is in this repo? https://github.com/ustulation/java-c-interfacing

I have a couple of weeks bench time and I’d like to use it to revive my Java FUSE drive mounter and port it to use the new libraries.

4 Likes

We are actively working on it and you should see more news very soon :slight_smile:
The current progress can be tracked in this repo: https://github.com/nbaksalyar/safe_bindgen

There’s no documentation yet, but you can expect the API to follow the FFI API that we have for SAFE App and SAFE Authenticator. From this module you can get an idea of how it’s going to look and feel.

4 Likes