Fork me on GitHub
#graalvm
<
2022-04-06
>
Grant Horner20:04:40

I noticed that this question pops up every few months, but I haven't seen any definitive answer: has anyone had any luck compiling a cljfx application with native image? 🙂

borkdude20:04:14

@h.grant.horner Couldn't hurt asking this on the GraalvM Slack community maybe.

ericdallo20:04:52

yeah, someone always link the gluon workaround 😂 (thanks for that) which is more java/maven-plugin friendly than if trying from clojure 😔

phronmophobic20:04:03

Afaik, the JavaFx part of the JVM hasn't been implemented by the graalvm team and you must use gluon unless you want to implement that part of the JVM yourself.

☝️ 1
Grant Horner22:04:45

I tried using the Gluon plugin but it doesn't work for ARM MacOS :(

borkdude22:04:29

I think there's a gluon channel in the graalvm community slack