I'm working on the J11 port, but running into some...
# tornadofx
e
I'm working on the J11 port, but running into some issues I think has to do with reflection. The problem arises inside the
find
function, as it tries to instantiate a
Component
. This in turn tries to create a simple javafx
Label
as part of the View, but I don't seem to have access to that class.
java.lang.NoClassDefFoundError: Could not initialize class javafx.scene.control.Label