Per Bothner wrote: > Would it work to add a dummy field: >> jdouble dummy[0]; >> before the data field? Probably. I first tried "jint pad;" which gave the right answer. But it seems that jdouble alignment is wrong for 32-bit hosts. How about: jobject dummy[0]; ? Jeff