https://github.com/awslabs/aws-crt-java/blob/652a6f853a35cd064dbe1dbff4aedee197991b37/src/native/java_class_ids.c#L204,L210 The ByteBuffer methods won't be able to be found on Java 9+ due to Java's changing the return type to be `ByteBuffer` instead of the superclass `Buffer` You may need to update the code to look for what it looks for now, and then if that fails try to look for the other version.