You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey there!
I'm trying to add this jvmArg to my build: --add-opens javafx.controls/javafx.scene.control.skin=ALL-UNNAMED
But when I'm trying to run the installed exe file, the application quits instantly. If I remove the option from the .cfg file it works again.
Hey there!
I'm trying to add this jvmArg to my build:
--add-opens javafx.controls/javafx.scene.control.skin=ALL-UNNAMED
But when I'm trying to run the installed exe file, the application quits instantly. If I remove the option from the .cfg file it works again.
Relevant part of the cfg file:
packager.java.version=10.0.2
[JVMOptions]
--add-opens javafx.controls/javafx.scene.control.skin=ALL-UNNAMED
In the /runtime/release file:
JAVA_VERSION="10.0.2"
I had the same problem with jfxRun it wouldn't accept this argument.
Thanks in advance.
Cheers
The text was updated successfully, but these errors were encountered: