@java-native-access
Java Native Access
A Java library that lets you call functions from native operating system libraries written in C without writing any C code yourself. Just write a Java interface describing the functions you need and JNA handles the translation at runtime, replacing the old JNI approach.
No repos match these filters.