spring-attic / spring-native

Spring Native is now superseded by Spring Boot 3 official native support
https://docs.spring.io/spring-boot/docs/current/reference/html/native-image.html
Apache License 2.0
2.74k stars 356 forks source link

InvalidPathException when doing nativeCompile on windows #1737

Closed 13661172102 closed 1 year ago

13661172102 commented 1 year ago

demo (1).zip i get the demo.zip from spring initializr. and i added these dependencies . image

then i open the "x64 Native Tools Command Prompt“ and cd to the demo dir. execute gradle nativeCompile and i got this error. image i tried it on linux and didn't found this proplem. so i thought this is a bug relate to path.

mhalbritter commented 1 year ago

As you're using Spring Boot 3.0.0, i assume you are in the wrong issue tracker. Spring Native is for Spring Boot 2.x only. Please report that issue on the Spring Boot bug tracker at https://github.com/spring-projects/spring-boot/issues. Thanks!