> I have been having problems calling Java functions from native code. > > This is what I have tried: > > do_execute_java_method(0, (Hjava_lang_Object*)currentThread, "dumpStack", "()V;", 0, true); Also, "()V;" is not a valid signature. There should be no ';'. --Per Bothner Cygnus Solutions bothner at cygnus.com http://www.cygnus.com/~bothner