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