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
anyone else using arch with reveal?
I do
Iām a dedicated archer š
What version of Java are you using?
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
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
cljfx recommends Java 11 as Java FX is outdated / can cause crashes on Java 8
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