From b83d8053583877abdbe8b0e3b45b33c16ea6f517 Mon Sep 17 00:00:00 2001 From: Christoph Date: Wed, 2 Sep 2020 22:25:23 +0200 Subject: [PATCH] Update run configuration for IDE Fixes #6841 --- .../guidelines-for-setting-up-a-local-workspace.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/getting-into-the-code/guidelines-for-setting-up-a-local-workspace.md b/docs/getting-into-the-code/guidelines-for-setting-up-a-local-workspace.md index dbdaf5b0ee7..13890e7e753 100644 --- a/docs/getting-into-the-code/guidelines-for-setting-up-a-local-workspace.md +++ b/docs/getting-into-the-code/guidelines-for-setting-up-a-local-workspace.md @@ -222,6 +222,7 @@ Make sure your Eclipse installation us up to date, Eclipse JEE 2020-03 or newer --add-exports javafx.web/com.sun.webkit=org.controlsfx.controls --add-exports javafx.graphics/com.sun.javafx.css=org.controlsfx.controls --add-exports javafx.controls/com.sun.javafx.scene.control.behavior=com.jfoenix + --add-exports javafx.graphics/com.sun.javafx.stage=com.jfoenix --add-exports com.oracle.truffle.regex/com.oracle.truffle.regex=org.graalvm.truffle --patch-module org.jabref=build/resources/main ```