Hi there,
I am trying to build with msys2 like this:
make clean javalib
which results in an error:
fatal error: jni.h: No such file or directory
This file should be somewhere, but isn't found. Have I missed some steps to do beforehand?
Thanks for your time
edit: this was easily solved by being a bit more explicit in the makefile as to where the JDK is on the computer. Not ideal, but works for me. Now I have another problem, exactly the same that i describe in the second post.