Fork me on GitHub
#reveal
<
2020-12-05
>
andrea.crotti13:12:38

I was trying reveal on Arch but I also get this error https://github.com/vlaaad/reveal/issues/5

andrea.crotti13:12:52

I installed the javafx package as well

vlaaad16:12:00

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

andrea.crotti17:12:23

Mm weird I'm on 11

andrea.crotti13:12:07

anyone else using arch with reveal?

dharrigan14:12:48

Iā€™m a dedicated archer šŸ™‚

dharrigan14:12:01

What version of Java are you using?

seancorfield20:12:53

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

parrot 3
andrea.crotti21:12:47

mm yeah weird it works with opendjdk8 but not with openjdk11

vlaaad22:12:05

Do you use clj ? You need to clear the .cpcache after you change the JDK, otherwise JavaFX dependency won't be pulled in

andrea.crotti22:12:28

ahhh nice clearing the cache fixed it

andrea.crotti22:12:34

first time I ever have to do that šŸ˜„ thanks

dharrigan07:12:26

I use Reveal with Java 11(.0.8) without issues

practicalli-johnny10:12:37

cljfx recommends Java 11 as Java FX is outdated / can cause crashes on Java 8

šŸ’Æ 3