Add launcher dependencies
[clojure.javafx.launcher "0.1.0"]
Require launcher ns in main
(require '[clojure.javafx.launcher])
If you’re a boot user, try boot repl with javafx
;;; in build.boot
(require '[boot.clojure.javafx :refer [launch-javafx]])
boot launch-javafx repl
Copyright © 2017 aJchemist
Distributed under the Eclipse Public License, the same as Clojure.