Yes, yes it works thanks, but I had to change more in the .h (also lines ifndef and define).
Thanks.
#include <jni.h>
/* Header for class b4x_testJNI_TestJNI0 */
#ifndef _Included_b4x_testJNI_TestJNI0
#define _Included_b4x_testJNI_TestJNI0
#ifdef __cplusplus
extern "C" {
#endif
/*
* Class: b4x_testJNI_TestJNI0
* Method: hello
* Signature: ()I
*/
JNIEXPORT jint JNICALL Java_b4x_testJNI_TestJNI0_hello
(JNIEnv *, jobject);
#ifdef __cplusplus
}
#endif
#endif