This is what I have so far: I pass an object which has 2 fields: String and Integer, as a parameter and I want to send information to process it in C part, which is not im
jstring dateString = (jstring)(*env)->GetObjectField(env, stat, idDate);
… and after that everything is OK.