You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi. Sorry about this; in the past few months the README got out of date. After two years on Java 8 someone convinced me to move to Java 17 instead. Both of these issues arise out of not using Java 17.
I have been using the Eclipse Adoptium download of Java 17 which seems nice. On Ubuntu the Adoptium download worked whereas the default ubuntu openjdk version would hit some JVM crash because of a .so file failing to load or something like that.
(This GitHub issue is a good reminder for me to update the readme to specify Java 17.)
Windows 11, intellijidea 2022.1 community, java 8
Trying to run as mentioned in readme
Does java 8 have CRC32C class? I've found only CRC32 (https://docs.oracle.com/javase/8/docs/api/java/util/zip/package-summary.html)
And whats wrong with buffers?
The text was updated successfully, but these errors were encountered: