victorb / cljfx-graalvm

Trying to get cljfx + graalvm to play nicely
1 stars 0 forks source link

cljfx-graalvm

Experiment to get javafx, cljfx and graalvm native image functionality to play nicely together.

Goal is to have a desktop application launched by a binary compiled by GraalVM.

Current Status: Doesn't work

Versions used

Misc

Generate Trace

./bin/java -agentlib:native-image-agent=config-output-dir=/home/user/projects/victorb/cljfx-graalvm/META-INF/native-image -jar /home/user/projects/victorb/cljfx-graalvm/target/uberjar/cljfx-graalvm-0.1.0-SNAPSHOT-standalone.jar

License

MIT 2020 - Victor Bjelkholm