Java Cup
Inside Java

News and views from members of the Java team at Oracle

Tutorial: Jextract - The Native Library Binding Extraction Tool

"The jextract tool parses header files (.h) of native libraries and generates Java code, named bindings, that internally use the Foreign Function and Memory API. With the output of jextract you can directly use a Java model of the native libraries you are interested in.


More at https://dev.java/learn/jvm/tools/complementary/jextract/.