We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The page at https://www.graalvm.org/22.3/reference-manual/native-image/ shows:
native-image --jar App.jar
As per the instructions, I ran:
$ ./graalvm/bin/native-image --jar keenwrite.jar
Expected results JAR file built into executable.
Actual results
Error: Unrecognized option: --jar
Additional details
The documentation does not appear to be up-to-date with respect to the command-line options.
$ ./graalvm/bin/native-image --version GraalVM 22.3.0 Java 17 CE (Java Version 17.0.5+8-jvmci-22.3-b08)
The text was updated successfully, but these errors were encountered:
Docs: Fix typo in native image reference manual
50888b6
Closes: oracle#5315
1b73d2a
58530ef
12aa444
Closes: #5315
zakkak
Successfully merging a pull request may close this issue.
The page at https://www.graalvm.org/22.3/reference-manual/native-image/ shows:
As per the instructions, I ran:
Expected results
JAR file built into executable.
Actual results
Additional details
The documentation does not appear to be up-to-date with respect to the command-line options.
The text was updated successfully, but these errors were encountered: