Retera / WarsmashModEngine

An emulation engine to improve Warcraft III modding
GNU Affero General Public License v3.0
192 stars 37 forks source link

Gradle run error #20

Open Fynjyfun opened 1 year ago

Fynjyfun commented 1 year ago

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?

Retera commented 1 year ago

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