Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Java 10 jvmArgs not working #133

Closed
Rykee opened this issue Sep 19, 2018 · 1 comment
Closed

Java 10 jvmArgs not working #133

Rykee opened this issue Sep 19, 2018 · 1 comment

Comments

@Rykee
Copy link

Rykee commented Sep 19, 2018

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

@FibreFoX
Copy link
Owner

FibreFoX commented Dec 8, 2019

Not yet compatible, will be closed as duplicate of #103

@FibreFoX FibreFoX closed this as completed Dec 8, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants