[armedbear-devel] multidimensional java arrays?
Cyrus Harmon
ch-lisp at bobobeach.com
Fri Feb 7 19:39:28 UTC 2014
Yup. That does the trick. Thanks Alan and sorry for the noise!
On Feb 7, 2014, at 4:58 AM, Mark Evenson <evenson at panix.com> wrote:
>
> On Feb 7, 2014, at 13:35, Alan Ruttenberg <alanruttenberg at gmail.com> wrote:
>
>> CL-USER> (#"getMultiDimensional" 'Array)
>> #(#<jarray [I at 2b8edf4d {30E64E92}> #<jarray [I at 60306c52 {B17ACD4}> #<jarray [I at 3f5397fc {91F41DF}> #<jarray [I at 631d9c26 {2CF6B5A0}>)
>> CL-USER> (#0"getMultiDimensional" 'Array)
>> #<jarray [[I at 4068f9fc {2BF4306D}>
>>
>> or
>> (jstatic-raw "getMultiDimensional" (find-java-class "Array"))
>> #<jarray [[I at 56810247 {2FBCAFAF}>
>>
>> So try using #0"..." if you are using jss or jcall-raw if not.
>
> @alan: Thanks! I feel dumb…
>
> @cyrus: can you confirm that using the JAVA:*-RAW or JSS #0”*” methods will work for you?
>
> --
> "A screaming comes across the sky. It has happened before but there is nothing
> to compare to it now."
>
>
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.common-lisp.net/pipermail/armedbear-devel/attachments/20140207/c6c7f433/attachment.html>
More information about the armedbear-devel
mailing list