cljfx

https://github.com/cljfx/cljfx
vlaaad 2019-07-19T08:07:39.056300Z

I have no idea, can you try it? 🙂

2019-07-19T19:12:19.056900Z

Sorry, I should have phrased that differently. I tried it and it doesn't work.

vlaaad 2019-07-19T19:13:22.057Z

Oh, that's sad. What's the error?

2019-07-19T19:15:31.058200Z

should it work tho? I'm using OpenJFX 11 and cljfx uses OpenJFX12. I posted about it here https://www.reddit.com/r/NixOS/comments/cey72u/openjfx_support_for_clojure/

vlaaad 2019-07-19T19:26:36.058500Z

I don't think cljfx relies on any differences between 11 and 12, try excluding JavaFX dependencies in your build tool

2019-07-19T20:13:51.058800Z

how would you do that in leiningen?

vlaaad 2019-07-19T20:16:53.059Z

:exclusions

vlaaad 2019-07-19T20:19:11.060100Z

it will probably look like that: [cljfx "1.3.5" :exclusions [org.openjfx/javafx-controls org.openjfx/javafx-base org.openjfx/javafx-graphics org.openjfx/javafx-media org.openjfx/javafx-web]]

vlaaad 2019-07-19T20:21:07.061300Z

you can then verify if deps are truly excluded by doing lein deps :tree — it'll show your dependency tree