-
Notifications
You must be signed in to change notification settings - Fork 869
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
Can't build native image with GraalVM 22.3.0 Java 17 CE #894
Comments
Thanks for the report, we should fix the This invocation works for me, I adapted it from the config we're using internally. I haven't verified if all of these flags are still necessary:
|
This was referenced Feb 9, 2024
Closed
vorburger
added a commit
to vorburger/google-java-format
that referenced
this issue
Feb 9, 2024
This uses a container to simplify GraalVM installation.
vorburger
added a commit
to vorburger/google-java-format
that referenced
this issue
Feb 9, 2024
This uses a container to simplify GraalVM installation.
vorburger
added a commit
to vorburger/google-java-format
that referenced
this issue
Feb 9, 2024
This uses a container to simplify GraalVM installation.
vorburger
added a commit
to vorburger/google-java-format
that referenced
this issue
Feb 9, 2024
This uses a container to simplify GraalVM installation.
vorburger
added a commit
to vorburger/google-java-format
that referenced
this issue
Feb 9, 2024
This uses a container to simplify GraalVM installation.
vorburger
added a commit
to vorburger/google-java-format
that referenced
this issue
Feb 9, 2024
This uses a container to simplify GraalVM installation.
vorburger
added a commit
to vorburger/google-java-format
that referenced
this issue
Feb 9, 2024
This uses a container to simplify GraalVM installation.
vorburger
added a commit
to vorburger/google-java-format
that referenced
this issue
Feb 9, 2024
This uses a container to simplify GraalVM installation.
vorburger
added a commit
to vorburger/google-java-format
that referenced
this issue
Feb 10, 2024
vorburger
added a commit
to vorburger/google-java-format
that referenced
this issue
Feb 10, 2024
vorburger
added a commit
to vorburger/google-java-format
that referenced
this issue
Feb 10, 2024
vorburger
added a commit
to vorburger/google-java-format
that referenced
this issue
Feb 11, 2024
vorburger
added a commit
to vorburger/google-java-format
that referenced
this issue
Feb 11, 2024
cushon
pushed a commit
that referenced
this issue
Feb 11, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
A native image built via
mvn -Pnative -DskipTests package
with GraalVM 22.3.0 Java 17 CE fails at runtime with:While this seems to be fixed by adding
-J--add-exports=...
buildArgs
to thenative-maven-plugin
config, the produced native image still fails at runtime with a different error:I haven't found a fix for this yet.
The text was updated successfully, but these errors were encountered: