Hi,
There doesn't seem to be an obvious way for specifying which ClassLoader gets used by JNI's FindClass(). I have a problem where I create a new native
thread from a JNI native method and I want to call FindClass() within it, but the system classloader always gets used. The problem is that I am running withing
Java Webstart and unless I use the JNLP ClassLoader (which I have a reference to) my application will not run properly.
Any ideas?
Gili