zig-java/jui
Ziggy bindings for the JNI
jui or the Java Universal Interface is a set of Zig-intuitive bindings for JNI, the Java Native Interface.
# Build the demo
zig build
# Run the demo
java -Djava.library.path="zig-out/lib" test/src/com/jui/JNIExample.java