From: Scott B. <sbo...@im...> - 2001-12-20 21:28:24
Hello Jython-ers,
I'm trying to pass a double[][] array from jython to java class.
I can see how to do it for 1D using the array function. But what
about if there's more than one dimension?
Any ideas? Thanks,
--scottie
import java
a = java.lang.reflect.Array.newInstance(java.lang.Double.TYPE,[n1,n2])
Scott Bortman wrote:
> Hello Jython-ers,
>
> I'm trying to pass a double[][] array from jython to java class.
> I can see how to do it for 1D using the array function. But what
> about if there's more than one dimension?
>
> Any ideas? Thanks,
> --scottie
>
>
> _______________________________________________
> Jython-users mailing list
> Jyt...@li...
> https://lists.sourceforge.net/lists/listinfo/jython-users
>