You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.graalvm.buildtools:native-maven-plugin:0.10.6:build (build-native) on project p1: Execution of E:\prgs\j\graalvm-community-openjdk-24+36.1\bin\native-image.cmd @target\tmp\native-image-16412320723633773408.args org.p1.seq.Main returned non-zero result
With graalvm 24 enterprice all ok.
Buth with ce native-image.cmd @target\tmp\native-image-16412320723633773408.args org.p1.seq.Main appears problem with second parameter. If add arg -H:Class=org.mkura.seq.Main and remove second parameter, it works.
The text was updated successfully, but these errors were encountered:
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.graalvm.buildtools:native-maven-plugin:0.10.6:build (build-native) on project p1: Execution of E:\prgs\j\graalvm-community-openjdk-24+36.1\bin\native-image.cmd @target\tmp\native-image-16412320723633773408.args org.p1.seq.Main returned non-zero result
With graalvm 24 enterprice all ok.
Buth with ce native-image.cmd @target\tmp\native-image-16412320723633773408.args org.p1.seq.Main appears problem with second parameter. If add arg -H:Class=org.mkura.seq.Main and remove second parameter, it works.
The text was updated successfully, but these errors were encountered: