WarsmashModEngine icon indicating copy to clipboard operation
WarsmashModEngine copied to clipboard

Gradle run error

Open Fynjyfun opened this issue 3 years ago • 1 comments

Windows 11, intellijidea 2022.1 community, java 8 image 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?

Fynjyfun avatar Nov 03 '22 18:11 Fynjyfun

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.)

Retera avatar Nov 04 '22 02:11 Retera