¡@

Home 

c++ Programming Glossary: classloader

FindClass from any thread in Android JNI

http://stackoverflow.com/questions/13263340/findclass-from-any-thread-in-android-jni

the last option there is this one Cache a reference to the ClassLoader object somewhere handy and issue loadClass calls directly. This.. does not work for me. Eventually I figured how to use ClassLoader but it won't work if from a native thread I try to loadClass.. that I wrote myFindClass env className that uses cached ClassLoader loadClass . The class that I'm trying to access from native..