Error: Path entry 'axis.jar' does not map to a real path. Error: Image build request failed with exit status 1

18 views Asked by At

I am attempting to build a native image for my picocli application using GraalVM, and I am encountering an error:

Error: Path entry 'axis.jar' does not map to a real path. Error: Image build request failed with exit status 1

I used the following command : native-image -jar commandline-0.0.1-SNAPSHOT.jar

0

There are 0 answers