A minimal Java application that embeds Python code with GraalPy.
Install GraalVM for JDK 24 and set the value of JAVA_HOME accordingly.
We recommend using SDKMAN!. (For other download options, see GraalVM Downloads.)
sdk install java 24.0.2-graalTo build and test the demo, run:
./mvnw testTo execute the main method, run:
./mvnw exec:javaTo build and test the demo, run:
./gradlew testTo execute the main method, run:
./gradlew run