I tried to use the JNI from 1.1 was was unable to get callbacks
to work using:
JDK 1.1.7
libc 5
So, I thought, there has to be a way to do this. What in the JDK
uses callbacks? It occurs
to me that some networking may but the AWT has to do this. I did
the dejanews thing and
I followed the thread in here but I was never able to get callbacks
to work.
Next I dusted off my first edition of Java Tutorial and saw the 1.0
JDK based JNI model
and so I tried some experiments. Yesss! The 1.0 model did callbacks
just fine.
Does anyone want to comment on how the JDK implements callbacks for
Java features
that use callbacks? Is it JDK 1.0 or 1.1?
Will the JDK 1.0 model for JNI continue to be around for a while?
-- Tony Dean Linux: The choice of a GNU Generation!