I\'ve wrote a native method in java that looks like this:
private native void someTask(int a, boolean b);
I\'ve got jni working fine, but
jni