A DESCRIPTION OF THE PROBLEM :
When running jlink with the --enable-native-access option and executing the generated Java runtime, it fails with an Unrecognized option: --enable-native-access error. The --enable-native-access option should be recognized and properly handled.
STEPS TO FOLLOW TO REPRODUCE THE PROBLEM :
Run the following command to create a custom Java runtime image:
jlink --add-options=" --enable-native-access" --output foo --add-modules java.base
Execute the following command to check the Java version of the generated runtime:
foo/bin/java -version
EXPECTED VERSUS ACTUAL BEHAVIOR :
EXPECTED -
The Java version should be displayed without any errors, and the --enable-native-access option should be recognized and handled correctly.
ACTUAL -
The command fails with the following error message:
Unrecognized option: --enable-native-access
When running jlink with the --enable-native-access option and executing the generated Java runtime, it fails with an Unrecognized option: --enable-native-access error. The --enable-native-access option should be recognized and properly handled.
STEPS TO FOLLOW TO REPRODUCE THE PROBLEM :
Run the following command to create a custom Java runtime image:
jlink --add-options=" --enable-native-access" --output foo --add-modules java.base
Execute the following command to check the Java version of the generated runtime:
foo/bin/java -version
EXPECTED VERSUS ACTUAL BEHAVIOR :
EXPECTED -
The Java version should be displayed without any errors, and the --enable-native-access option should be recognized and handled correctly.
ACTUAL -
The command fails with the following error message:
Unrecognized option: --enable-native-access