reveal

Docs: https://vlaaad.github.io/reveal/ Source: https://github.com/vlaaad/reveal
danielneal 2021-02-18T16:37:04.103Z

Hey, I'm using the adoptopenjdk8 but I'd like to use reveal, does anyone know if there's a way I can get javafx?

2021-02-18T16:45:35.104Z

I haven't done this with reveal, but I recall that some Zulu OpenJDK releases from Azul might JavaFX, at least enough to run Cognitect's REBL, and perhaps those help with Reveal, too.

2021-02-18T16:47:25.104800Z

e.g. on this page if you scroll down a bit, there are popup menus for JDK version, Operating system, and "Java Package". Under "Java Package" if you pick "JDK FX" then it should show you what they provide there.

imre 2021-02-18T16:58:16.105800Z

I tried a few java8 builds including zulu but no success

imre 2021-02-19T10:39:40.107500Z

AFAIR I tried zulu with javafx but I might give it another go

imre 2021-02-19T10:40:45.107700Z

Sean do you know a more convenient way of installing zulu/fx (on a mac) than downloading the installer?

danielneal 2021-02-19T12:43:57.107900Z

I tried the zulu jdk with jfx and it worked for me (on mac catalina)

imre 2021-02-19T13:19:49.108200Z

Nice. I'll give it another go sometime

seancorfield 2021-02-19T15:49:50.111700Z

It never occurred to me to look for an alternative to just downloading it and installing it...

imre 2021-02-19T16:19:40.111900Z

I suppose I'm a bit spoiled by brew install adoptopenjdk11

danielneal 2021-02-18T17:02:13.106200Z

Thanks @andy.fingerhut I'll give that a go

danielneal 2021-02-18T17:05:23.106300Z

what problem did you get?

imre 2021-02-18T17:22:39.106500Z

can't remember exactly but some required classes couldn't be loaded or something along those lines

imre 2021-02-18T17:22:49.106700Z

I didn't spend too much time trying to figure it out

imre 2021-02-18T17:23:08.106900Z

but if you find a solution I'd be interested

seancorfield 2021-02-18T17:51:19.107100Z

There are two different Zulu JDKs: one with JavaFX bundled and one without. For Reveal you need to use the one with JavaFX bundled. I ran REBL for ages using the Zulu JDK with JFX and it should be the same with Reveal.

seancorfield 2021-02-18T17:51:57.107300Z

Ah, I see Andy already told you that in the main discussion on the channel.