I have read some posts here about arrays in JNI but since I'm not familiar with JNI at all I still don't know how to create a int array and add some values. I have two int values and I want to put them into a int array to return that array (at the end of the call).
I think it's something very simple and unfortunately I couldn't do it yet...