Replies: 1 comment 2 replies
-
hi @saradhipb, I'll convert your question to an issue, if you can provide more context about your build environment etc there, that would be great. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am very new to GraalVM tool, While run simple HelloWorld.java getting this error. Am using java 17.0.11 2024-04-16 LTS
Java(TM) SE Runtime Environment Oracle GraalVM 17.0.11+7.1 (build 17.0.11+7-LTS-jvmci-23.0-b34)
Java HotSpot(TM) 64-Bit Server VM Oracle GraalVM 17.0.11+7.1 (build 17.0.11+7-LTS-jvmci-23.0-b34, mixed mode, sharing)
GraalVM Native Image: Generating 'helloworld' (executable)...
For detailed information and explanations on the build output, visit:
https://github.com/oracle/graal/blob/master/docs/reference-manual/native-image/BuildOutput.md
[1/8] Initializing... (0.0s @ 0.09GB)
Error: Missing CAP cache value for: NativeCodeInfo:RISCV64LibCHelperDirectives:StructInfo:CPUFeatures
Error: Use -H:+ReportExceptionStackTraces to print stacktrace of underlying exception
========================================================================================================================
Finished generating 'helloworld' in 4.4s.
How to get out from this error?
Beta Was this translation helpful? Give feedback.
All reactions