>     I am implments arraycopy in JJOS. I would like to get class name (
> a byte array ) from java_object. It gives me a serious of strange
> characters. If I print the byte array from System.out.print, it gives
> VM Errors. How can I type cast java_object to byte array ?

        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?)

>     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.

-_Quinn


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

Reply via email to