Closed seancorfield closed 5 years ago
JavaFX 11.0.2 and 12 show the same broken behavior.
Do you need the javafx-graphics module?
I added both the graphics and media modules but no change.
Note that the missing class is com/sun/javafx/jmx/MXNodeAlgorithm -- is it perhaps a stray reference to the OracleJDK classes within REBL itself? (in the tap-cell-factory
function?)
That file was removed here: http://hg.openjdk.java.net/openjfx/jfx/rt/rev/69f6ef371e61 (don't know if that helps?)
Just confirmed that this is not fixed with REBL 0.9.170.
Also confirming not fixed
I just pushed 0.9.172 that should fix this. Will hold public announcement until y'all can verify.
verified, works fine on 0.9.172 :+1:
Yup, confirmed fixed on 0.9.172 on Windows with OpenJDK 11 and OpenJFX 11.0.1. Thank you!
Running on OpenJDK 11.0.1 (from AdoptJDK) and using the alias below in
deps.edn
to start REBL, type(tap> 42)
into the REPL (or into REBL itself). The exception shown below is thrown and the value does not appear in the Tap pane.This fails identically on both Windows 10 (via PowerShell
clj
) and macOS. REBL 0.9.149.