Open tomsontom opened 4 years ago
seems that we somehow build the code against the java 11 runtime library - the compiled class file thinks that ByteBuffer has its own flip method - but java 8 runtime has no flip within ByteBuffer, it is inherited..