FindClass() fails on non-system classes
Hi,
I'm trying to env->FindClass() on a user-class I placed inside a JAR file. This JAR file is in the classpath. My code successfully loads other (system) classes, but when it comes to loading my own classes it fails. According to http://java.sun.com/j2se/1.5.0/docs/guide/jni/spec/functions.html#wp16027 system and non-system classes are treated differently by FindClass().
I don't understand, how is one supposed to get FindClass() to load a non-system class using the JAR classloader?
Thanks,
Gili