#Setup "Play with the computer" error

3 messages · Page 1 of 1 (latest)

bold maple
#

Try with an older Java version (I see same error with Java 21. I don't see it with Java 17. I haven't tested any verseions inbetween)

misty turret
#

When i use Java 17-18 then ./lila -> compile have some error :/

bold maple
#

You could maybe use a separate Java for lila-fishnet, until lila-fishnet has gotten support for Java 21,

Something like:

$ cd lila-fishnet
$ curl -LO https://github.com/adoptium/temurin17-binaries/releases/download/jdk-17.0.9%2B9/OpenJDK17U-jdk_x64_linux_hotspot_17.0.9_9.tar.gz
$ tar xzf OpenJDK17U-jdk_x64_linux_hotspot_17.0.9_9.tar.gz
$ PATH=jdk-17.0.9+9/bin:$PATH sbt run -Dhttp.port=9665