From: Jeff E. <je...@ad...> - 2002-01-11 15:55:47
|
brian zimmer wrote: > If you choose to use (2), the following will create the correctly typed > array: > > Class c = Array.newInstance(PyArray.char2class('i'), 0).getClass(); > > <note> > I am not sure of another way to get an 'int[]' Class instance. Does > anyone else? I'm surely missing something though this works. > </note> java.lang.Class.forName("[I") |