Fixed the description for mode_class
I finally figured out how to do modules with JNI
null actions are now handled gracefully instead of segfaulting the JVM

heads

tip
browse log

clone

read-only
https://hg.sr.ht/~scoopta/WofiJ
read/write
ssh://hg@hg.sr.ht/~scoopta/WofiJ

#WofiJ

WofiJ is a Java API for Wofi

#Dependencies

wofi
openjdk-17-jdk
pkgconf
meson

#Building

hg clone https://hg.sr.ht/~scoopta/WofiJ
cd WofiJ/src
meson -Djdk_home=$JAVA_HOME -Dwofij_path=/path/to/wofij.jar -Dmode_class=com.example.my_mode/com.example.my_mode.Main -Dmode_path=/path/to/my/mode.jar ../build
ninja -C ../build