-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
1. Why is this argument split in 2 lines?
"--add-exports",
"javafx.graphics/com.sun.javafx.util=ALL-UNNAMED",
Couldn't it just be:
"--add-exports javafx.graphics/com.sun.javafx.util=ALL-UNNAMED",
2. Do we actually need all these arguments? If I run the Jar without them I don't see any issues.
{
"javafx.graphics/com.sun.javafx.css=ALL-UNNAMED",
"--add-exports",
"javafx.controls/com.sun.javafx.scene.control.behavior=ALL-UNNAMED",
"--add-exports",
"javafx.controls/com.sun.javafx.scene.control=ALL-UNNAMED",
"--add-exports",
"javafx.base/com.sun.javafx.event=ALL-UNNAMED",
"--add-exports",
"javafx.controls/com.sun.javafx.scene.control.skin.resources=ALL-UNNAMED",
"--add-exports",
"javafx.graphics/com.sun.javafx.util=ALL-UNNAMED",
"--add-exports",
"javafx.graphics/com.sun.javafx.scene.input=ALL-UNNAMED",
"--add-opens",
"javafx.graphics/javafx.scene=ALL-UNNAMED"]
},
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels