Skip to content

native-maven-plugin not work with graalvm ce 24 #715

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
tnikolai2 opened this issue Apr 4, 2025 · 0 comments
Open

native-maven-plugin not work with graalvm ce 24 #715

tnikolai2 opened this issue Apr 4, 2025 · 0 comments
Labels
bug Something isn't working

Comments

@tnikolai2
Copy link

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.

@tnikolai2 tnikolai2 added the bug Something isn't working label Apr 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant