I would like to link with JNI a very simple C program (print Hello and return 1) with B4j.
I have created the library mabibjni.dll with TestJNI0.c TestJNI0.h TestJNI0.def
I have created the TestJNI0.jar and TestJNI0.xml files with B4J_LibraryCompiler.exe from TestJNI0.java
I have put the...