Calling java.nio.file.Path#toFile
under Native Image will result in java.lang.UnsupportedOperationException
#7804
Labels
Describe the issue
A clear and concise description of the issue. We recommend using the latest snapshot builds to replicate the issue as bugs are constantly being fixed in the master branch
java.nio.file.Path#toFile
under Native Image will result injava.lang.UnsupportedOperationException
.Steps to reproduce the issue
Please include both build steps as well as run steps
Describe GraalVM and your environment:
CE 23.0.2
17
Ubuntu 22.04.3
AMD64
More details
Consider adding the
--native-image-info
and--verbose
flags when building your native image and paste output below.Add any other information about the problem here. Especially important are stack traces or log output. Feel free to link to gists or to screenshots if necessary.
Error Log
The text was updated successfully, but these errors were encountered: