I am trying to find out what exactly the second argument of GetComponent method of libjawt.so expects in order to return the component. It would be very helpful if somebody could point me to documentation for this method.
Thanks
Asked
Active
Viewed 123 times
0

Prakash
- 742
- 7
- 19
-
getComponent only takes one argument? – tink Jun 24 '13 at 01:10
-
it takes two arugments , first JNIEnv* and second void* ..I am trying to find what this second argument [void*] is supposed to be on a Linux OS. – Prakash Jun 24 '13 at 05:55