[Solved] supports target architecture AMD64 (unsupported)
This error is thrown when using GraalVM to compile a project into an executable. As shown:
This error is thrown when using GraalVM to compile a project into an executable. As shown:
Problem Reproduction
1. Background
I have to say, every time I compile to an executable with Native-Image, I feel uncertain, wondering if I've introduced some package that can't be included causing build failure, or if a third-party package contains AWT references, or uses reflection...