Open florian-beetz opened 6 years ago
JabRef accesses the package javafx.scene.control of the module javafx.controls reflectively.
javafx.scene.control
javafx.controls
This access needs to be removed.
temporary workaround: java [...] --add-opens javafx.controls/javafx.scene.control=org.jabref [...]
java [...] --add-opens javafx.controls/javafx.scene.control=org.jabref [...]
The problem here seems to be only org.jabref.gui.maintable.SmartConstrainedResizePolicy.
org.jabref.gui.maintable.SmartConstrainedResizePolicy
JabRef accesses the package
javafx.scene.control
of the modulejavafx.controls
reflectively.This access needs to be removed.
temporary workaround:
java [...] --add-opens javafx.controls/javafx.scene.control=org.jabref [...]