This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2020-12-05
Channels
- # adventofcode (50)
- # announcements (1)
- # asami (29)
- # babashka (56)
- # beginners (19)
- # calva (62)
- # cider (12)
- # cljs-dev (1)
- # clojure (42)
- # clojure-europe (214)
- # clojure-france (4)
- # clojure-italy (1)
- # clojurescript (58)
- # community-development (4)
- # cryogen (6)
- # cursive (7)
- # data-science (1)
- # events (3)
- # figwheel-main (1)
- # fulcro (21)
- # lambdaisland (3)
- # malli (17)
- # mid-cities-meetup (1)
- # off-topic (38)
- # pathom (3)
- # reagent (7)
- # reclojure (1)
- # reveal (15)
- # rewrite-clj (11)
- # shadow-cljs (30)
- # sql (21)
- # test-check (14)
- # tools-deps (1)
- # vim (21)
- # xtdb (5)
I was trying reveal on Arch but I also get this error https://github.com/vlaaad/reveal/issues/5
I installed the javafx package as well
That doesn't sound right, if you are on jdk 8, it should be a part of a jdk, not a separate installable component. If you are on jdk 11, it should be pulled in from maven as a regular dependency
Mm weird I'm on 11
anyone else using arch with reveal?
For anyone using my dot-clojure repo, I've documented the :dev
alias and all the things it adds for Reveal: https://github.com/seancorfield/dot-clojure#the-dev-alias
mm yeah weird it works with opendjdk8 but not with openjdk11
Do you use clj
? You need to clear the .cpcache
after you change the JDK, otherwise JavaFX dependency won't be pulled in
ahhh nice clearing the cache fixed it
first time I ever have to do that š thanks
cljfx recommends Java 11 as Java FX is outdated / can cause crashes on Java 8