This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
JNIEnv->FindClass(JNIEnv *env, const char *name), initialize class?
- From: Marco Trudel <mtrudel at gmx dot ch>
- To: GCJ <java at gcc dot gnu dot org>
- Date: Tue, 12 Dec 2006 19:29:37 +0100
- Subject: JNIEnv->FindClass(JNIEnv *env, const char *name), initialize class?
Hey Guys
static { } blocks won't be called when a class is loaded in a JNI
function via JNIEnv->FindClass(...). But they will be executed on a Sun JVM.
Is an example needed? Is this a GCJ issue? Ideas?
thanks
Marco