HI,

>       java_object_variable->my_class->class_name is the name of a given
>java_object's class.  I'm not sure why you want the class name, though.
>(What are you trying to do?)

Since I would like to implement System.arraycopy. I need to determine the
object type of Given Object in C++. But I donno how to determine. The Simplest
way is that I get the class name from java_object.


>>     Also, I found that jbArray has implements jInt, jFloat. Is that we
>> need to implement jShort or jByte ?
>
>       jShort and jByte are stored in (unpacked) jInt arrays, IIRC.
>

Thanks :D

Regards,

Hilary



_______________________________________________
Kernel maillist  -  [EMAIL PROTECTED]
http://jos.org/mailman/listinfo/kernel

Reply via email to