-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
% 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 named 'pygal'
% java -jar target/PygalExample-1.0-SNAPSHOT.jar
Exception in thread "main" ModuleNotFoundError: No module named 'pygal'
at org.graalvm.sdk/org.graalvm.polyglot.Context.eval(Context.java:353)
at com.oracle.example.javapython.Main.createPygalRenderer(Main.java:65)
at com.oracle.example.javapython.Main.main(Main.java:27)
that is graal module resolution does not work for release jar, even though it should
Metadata
Metadata
Assignees
Labels
No labels