-
-
Notifications
You must be signed in to change notification settings - Fork 311
Milestone
Description
Java 24 has a stable version of Foreign Function and Methods (FFM) to replace the fragile JNI process for interfacing with native libraries. Using the JExtract tool, FFM wrappers/interfaces are created for all public APIs in a native library.
By re-implementing the H5.java wrappers on a FFM implementation of hdf5 C library, then existing Java code will be able to work witout regeneration as well as allow new code to use the full API available from the hdf5 C library.
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
Done