Problems calling native code from QUIT handler

Per Bothner bothner at cygnus.com
Wed May 14 09:18:19 PDT 1997


> 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



More information about the kaffe mailing list