native-image Hello error #6882
-
Fatal error: com.oracle.svm.core.util.VMError$HostedError: The classpath of com.oracle.svm.hosted.NativeImageGeneratorRunner must not contain ".". This can happen implicitly if the builder runs exclusively on the --module-path but specifies the com.oracle.svm.hosted.NativeImageGeneratorRunner main class without --module. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
hi, try removing "." from your classpath environment variable |
Beta Was this translation helpful? Give feedback.
-
I've also encountered this issue, and I've checked my environment variables, but couldn't find '.' |
Beta Was this translation helpful? Give feedback.
hi, try removing "." from your classpath environment variable