Which Ubuntu and JRE version should I use to install Alchitry-lab ??

Hi,
Anyone successfully install and run Alchitry-labs on Ubuntu?
I just try Ubunut 18.04, and oracle-jre 1.8.0_281,

but fail it give that error
"Exception in thread “Thread-9” java.lang.NoSuchMethodError: java.nio.CharBuffer.flip()Ljava/nio/CharBuffer;
at com.alchitry.labs.Util$startStreamPrinter$printer$1.run(Util.kt:501)
Exception in thread “Thread-10” java.lang.NoSuchMethodError: java.nio.CharBuffer.flip()Ljava/nio/CharBuffer;
at com.alchitry.labs.Util$startStreamPrinter$printer$1.run(Util.kt:501)

"

I got alchitry-labs working on Ubuntu 20.10 and OpenJDK 11.0.10

I’m having issues with alchitry-loader though. Still trying to figure that one out.

I have hit similar issues in multiple places (the NoSuchMethodException). I have documented one here:
https://github.com/alchitry/Alchitry-Labs/issues/32

Your case might be due to the same underlying root cause.
I am trying to get the Alchitry guys to notice this but so far no attention seems to have been given to this.