Executing Javafx 11 [message #1826100] |
Sun, 19 April 2020 14:53 |
Mike Bray Messages: 60 Registered: May 2019 |
Member |
|
|
I have a javafx app that I have been running with JDK 1.8. I want to upgrade this to JDK 11. I have success fully compiled and built a jar using Maven (Shade) and have got Jubula to start the AUT and start to execute my tests. These are tests that worked under JDK 1.8.
When trying to select a Tab in a TabPane I get the execution error:
Execution Error: "Unable to make private javafx.scene.control.skin.TabPaneSkin$TabHeaderSkin javafx.scene.control.skin.TabPaneSkin$TabHeaderArea.getTabHeaderSkin(javafx.scene.control.Tab) accessible: module javafx.controls does not "opens javafx.scene.control.skin" to unnamed module @667b9d74"
See enclosed images error200419.jpg and screen200419.jpg.
The test first checks the Window menu item to see if the window is already open and then selects the tab. This is the point of failure.
What is going on and how do I overcome it?
Thanks for the help.
Mike Bray
Mike Bray
|
|
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.04353 seconds