[kaffe] native object lookup.
James Simmons
jsimmons at infradead.org
Fri Oct 3 10:38:02 PDT 2003
Hi!
I'm moving to the step now where I need to locate a native object based
on the class. Kaffe AWT never used this method. Instead it has a Ptr
class. Classpath doesn't have this. Instead they have a native_state table
which grabs a pointer for you based JNIEnv and jobject. Theyalready have
the code to handle this (native_state.[ch]). Does kaffe actually have a
system like this? If it doesn't should I incorporate the Classpath
functionalty and where in the tree should I place this code?
More information about the kaffe
mailing list