jObjectArray with different Types in it?

Hi,I need to return three different values (int, byte, string) from a C++ function over JNI into Java. Is it possible to put them into one jObjectArray without converting them?Best RegardsRolf
[220 byte] By [rowagnera] at [2007-10-3 2:27:42]
# 1
No. They are not objects.Why don't you just define an object that holds all three data fields, populate the object, and then return it?
bschauwejavaa at 2007-7-14 19:26:46 > top of Java-index,Java HotSpot Virtual Machine,Specifications...