12/21/2020
•
EN
ByteBuffer and the Dreaded NoSuchMethodError
Explains a Java NoSuchMethodError with ByteBuffer.position() when code compiled with JDK 9+ runs on Java 8, and how to prevent it.