clj-on-windows

For those interested in making clj on Windows https://dev.clojure.org/jira/browse/TDEPS-67. Also see https://github.com/littleli/scoop-clojure.
2019-12-17T18:45:01.004500Z

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

2019-12-17T18:45:47.005400Z

iiuc, the clj-computed classpath is too long so the invocation starting the jvm doesn't succeed.

2019-12-17T18:48:37.006600Z

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.