In JDK 1.6, java.nio.ByteBuffer has two methods differing only in return
type (this is allowed).
The C to Java bindings stuff does not include the return type in the
generated name, causing "duplicate array member" compilation errors.
I've attached two patches:
jdk16.patch - fix this bug
linux-patch - fix a couple of warnings on Linux
Original issue reported on code.google.com by archie.c...@gmail.com on 12 Jun 2008 at 8:38
Original issue reported on code.google.com by
archie.c...@gmail.com
on 12 Jun 2008 at 8:38