spring-attic / spring-native

Spring Native is now superseded by Spring Boot 3 official native support

Home Page:https://docs.spring.io/spring-boot/docs/current/reference/html/native-image.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

InvalidPathException when doing nativeCompile on windows

13661172102 opened this issue · comments

commented

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.

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!