diff --git a/build-windows-installer.xml b/build-windows-installer.xml index 48671bcb0c..84dcb60e79 100644 --- a/build-windows-installer.xml +++ b/build-windows-installer.xml @@ -178,7 +178,7 @@ - + diff --git a/build.xml b/build.xml index 405d8b6db9..c982fc50dc 100644 --- a/build.xml +++ b/build.xml @@ -148,7 +148,7 @@ - + diff --git a/nbproject/project.properties b/nbproject/project.properties index 2632af3d11..118a9407fc 100644 --- a/nbproject/project.properties +++ b/nbproject/project.properties @@ -18,7 +18,8 @@ update_versions=false #custom JVM options #Note: can be higher on 64 bit systems, should be in sync with build.xml # for Japanese version add: -J-Duser.language=ja -run.args.extra=-J-Xms24m -J-Xmx4g -J-XX:+UseStringDeduplication -J--add-opens=javafx.controls/javafx.scene.control.skin=ALL-UNNAMED -J--add-exports=javafx.controls/com.sun.javafx.scene.control.inputmap=ALL-UNNAMED +# NOTE: Modules need to be exported to other components for visibility (and use). See https://stackoverflow.com/questions/53695304/autocompletionbinding-cannot-access-class-com-sun-javafx-event-eventhandlermanag +run.args.extra=-J-Xms24m -J-Xmx4g -J-XX:+UseStringDeduplication -J--add-opens=javafx.controls/javafx.scene.control.skin=ALL-UNNAMED -J--add-exports=javafx.controls/com.sun.javafx.scene.control.inputmap=ALL-UNNAMED -J--add-exports=javafx.base/com.sun.javafx.event=ALL-UNNAMED auxiliary.org-netbeans-modules-apisupport-installer.license-type=apache.v2 auxiliary.org-netbeans-modules-apisupport-installer.os-linux=false auxiliary.org-netbeans-modules-apisupport-installer.os-macosx=false