Hi,
I have a Java class with a method that returns a Vector (from java.util.Vector) or a Vector of Vectors.
In both cases I get a
java Object ( [0] => 2 )
back (output from print_r). Is there anything I need to do (casting, unwrapping, ...) with this object to get to the actual values?
Thank you!!!