I am on MacOS and am having a problem that has been asked before on here numerous times. After several hours of trying all solutions, I am unable to get this error
fatal error: 'jni.h' file not found
to go away. I included in the file I am trying to compile
#include <jni.h>
and my makefile has my JAVA_HOME set to $JAVA_HOME
JAVA_HOME=/Library/Java/JavaVirtualMachines/jdk-16.jdk/Contents/Home