JNIEnv::FindClass("[B")
Thomas Hallgren
thhal@mailblocks.com
Mon Apr 4 09:01:00 GMT 2005
Caolan McNamara wrote:
> Should FindClass be able to return a jclass for an array of bytes ?
>
> db 4 wants to do this so it can make an array of arrays of bytes which
> is failing at runtime. i.e.
> https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=153230
> Is it legitimate in the first place ?
>
> C.
>
>
Why should it not be? Class.forName("[B") must certanly work, why should
the JNI semantics be different?
Regards,
Thomas Hallgren
More information about the Java
mailing list