i think i'm unable to use clj.native-image (via clj / clojure) on windows because of command line length limitations. i'm working on some notes around here-ish: https://github.com/taylorwood/clj.native-image/issues/18
iiuc, the clj-computed classpath is too long so the invocation starting the jvm doesn't succeed.
i think for java >= 9, the java cmd line program supports "@-files" which let one specify a file containing a classpath. so some years down the line, i am guessing the issue will take care of itself.