How to deploy a JavaFx-based plugin into Oxygen 24
Posted: Wed Jun 01, 2022 4:37 pm
Hi,
I have a custom plugin.
This Java-based plugin embed an internal browser window using JavaFX components.
And with latest oxygen 24 version I note this error :
Is there an alternative to this ? maybe a custom packaging of my plugin so that I do not need to change VM options to all end user Oxygen desktop application.
Note that with OXygen 23, we don't have this problem.
Yet another question.
Adding this option to oxygen.bat solve my problem in case of running oxygen from bat
Adding option to custom_commons.vmoptions or custom_oxygen.vmoptions has no effect running oxygen from exe.
Why this behaviour ?
Thx
I have a custom plugin.
This Java-based plugin embed an internal browser window using JavaFX components.
And with latest oxygen 24 version I note this error :
To solve it, I know that I can add VM optioncannot access class com.sun.javafx.webkit.WebConsoleListener (in module javafx.web) because module javafx.web does not export com.sun.javafx.webkit to unnamed module @0x27bf574b
Code: Select all
--add-exports javafx.web/com.sun.javafx.webkit=UNNAMED
Note that with OXygen 23, we don't have this problem.
Yet another question.
Adding this option to oxygen.bat solve my problem in case of running oxygen from bat
Adding option to custom_commons.vmoptions or custom_oxygen.vmoptions has no effect running oxygen from exe.
Why this behaviour ?
Thx