Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 268 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 268 Bytes

jui

jui or the Java Universal Interface is a set of Zig-intuitive bindings for JNI, the Java Native Interface.

Taking jui for a spin

# Build the demo
zig build

# Run the demo
java -Djava.library.path="zig-out/lib" test/src/com/jui/JNIExample.java