reveal

Docs: https://vlaaad.github.io/reveal/ Source: https://github.com/vlaaad/reveal
nate 2020-06-03T17:58:08.000700Z

does reveal work with jdk 8?

nate 2020-06-03T17:59:55.000800Z

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)

nate 2020-06-03T18:00:28.001Z

and I get this when requiring the vlaaad.reveal.ui namespace:

Syntax error (ClassNotFoundException) compiling at (cljfx/coerce.clj:1:1).
javafx.event.EventHandler

nate 2020-06-03T18:02:04.001200Z

oh, sorry, this is on ubuntu

nate 2020-06-03T18:02:11.001400Z

from this https://github.com/vlaaad/reveal/issues/5

nate 2020-06-03T18:02:19.001700Z

it might be that I don't have the java fx libs

nate 2020-06-03T18:02:22.001900Z

will hunt more

vlaaad 2020-06-03T18:44:59.002100Z

Yes, it does work with java 8, but jdk has to contain javafx

nate 2020-06-03T20:37:02.002300Z

ah

nate 2020-06-03T20:46:39.002500Z

tried several things to get it to work with jdk8 and just gave up and used 11

nate 2020-06-03T20:46:42.002700Z

that worked well