does reveal work with jdk 8?
using
$ java -version
openjdk version "1.8.0_242"
OpenJDK Runtime Environment (build 1.8.0_242-8u242-b08-0ubuntu3~18.04-b08)
OpenJDK 64-Bit Server VM (build 25.242-b08, mixed mode)
and I get this when requiring the vlaaad.reveal.ui namespace:
Syntax error (ClassNotFoundException) compiling at (cljfx/coerce.clj:1:1).
javafx.event.EventHandler
oh, sorry, this is on ubuntu
it might be that I don't have the java fx libs
will hunt more
Yes, it does work with java 8, but jdk has to contain javafx
ah
tried several things to get it to work with jdk8 and just gave up and used 11
that worked well