oyvindberg/tui-scala

running "bleep gen-native-image" on windows complains it can't find "ni"

Opened this issue · 2 comments

running "bleep gen-native-image" on windows complains it can't find "ni"

So this is a known thing with graalvm native-image and windows. They fixed it for the next version of graalvm native image here oracle/graal#5881 .

Basically for now you need some build setup on windows, https://www.graalvm.org/22.1/docs/getting-started/windows/ .

or hmm, maybe it should have found ni, maybe that's an error on my side.

Try running through those commands (and update the readme in this repo if possible if you get it working) and see where it fails. see if a ni binary has been downloaded with graalvms gu command