Dynamic class loading
Sean McEligot
smceligot@smceligot.hostings.com
Fri Apr 30 15:47:00 GMT 1999
While we're on the topic, what about they other way around? What are your
ideas on generating a native interface for a compiled object file? The
constructor would have to be replaced with a getInstance() method since the
jvm does (to my knowledge) support native constructors. That's the easy
part. The hard part is getting jni to recognize java::lang::Object as a jni
jobject. Could the compiled object file extend both? This would be usefull
for native compiling a small piece of processor intensive java code without
having compiling the whole program.
Any plans? Ideas?
Sean McEligot
More information about the Java
mailing list