Skip to content
Discussion options

You must be logged in to vote

The JVM standalones always bundled a JDK, which meant we, the GraalPy team, essentially released a JDK.

GraalPy supports more than one JDK vendor and version. We opted to no longer release a separate JVM standalone for now. At a later date, we may release JVM standalones again that consume whichever JDK is found via JAVA_HOME. For now, we offer a JBang! recipe (jbang graalpy@oracle/graalpython -c 'import sys; print(sys.implementation.name)') with which users can run the normal GraalPy launcher on whichever JDK they choose (with the caveat that some JDKs may offer reduced functionality)

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by ztawfick-ux
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants