HN Top New Show Ask Jobs

settings

Theme

Hand Mode

Feed

Comment by Okx

Comment by Okx 10 months ago

2 replies

View on Hacker News

> You can use GraalPy with GraalVM JDK, Oracle JDK, or OpenJDK

https://www.graalvm.org/latest/reference-manual/python/

theanonymousone 10 months ago

Thanks. I actually managed to run the quick example with Temurin Java 22. Maybe that is what they mean by "OpenJDK": java.vm.name=OpenJDK 64-Bit Server VM, java.vendor.version=Temurin-22.0.2+9

Reply View | 1 reply
  • ackfoobar 10 months ago

    Have you turned on `-XX:+EnableJVMCI`?

    https://www.graalvm.org/latest/reference-manual/embed-langua...

    Reply View | 0 replies