Fork me on GitHub
#graalvm
<
2019-11-26
>
sogaiu19:11:26

so if java 9+ has https://docs.oracle.com/javase/9/tools/java.htm#JSWOR-GUID-4856361B-8BFD-4964-AE84-121F5F6CF111 - i.e. ability to read classpath from file, may be the latest graal native-image with java 11 can work better on windows. i have had problems building projects with clj on windows because of the long classpath issue.

sogaiu19:11:54

@taylor does this java 9+ feature ^ seem like something clj.native-image might be able to use?

taylor19:11:00

hmm yeah I think so

sogaiu19:11:31

that would be nice 🙂

taylor19:11:52

I’ll create issue

👍 4
taylor19:11:55

I don’t have a Windows VM so I may ping you to test it

sogaiu19:11:33

please! happy to provide assistance.