@andrea.crotti has joined the channel
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?
I do
Iām a dedicated archer š
What version of Java are you using?
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
I use Reveal with Java 11(.0.8) without issues
cljfx recommends Java 11 as Java FX is outdated / can cause crashes on Java 8