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 |