graalpython-java-example
graalpython-java-example copied to clipboard
Java and Python Integration Example for GraalVM
Results
2
graalpython-java-example issues
Sort by
recently updated
recently updated
newest added
``` % mvn package % java -jar target/PygalExample-1.0-SNAPSHOT.jar no main manifest attribute, in target/PygalExample-1.0-SNAPSHOT.jar ``` that is fixed with PR #5 , however there is next issue `ModuleNotFoundError: No module...
When running Main.java from IDEA, there is just no output at all When runing `mvn exec:exec` on macOS, very tiny windows appeared with just 3 dots (standard OS command), only...