This example demonstrates how to integrate Python in a Java application and run on GraalVM.
-
Compile the example:
mvn compile
-
Run the example:
mvn exec:java -Dexec.mainClass=com.oracle.example.javapython.Main
In the application, try loading the test1.py example notebook and experiment with it.
This demo works on Open JDK, Oracle JDK or GraalVM. GraalVM offers (much) better performance than the other two.